branch: externals/ellama commit 231c2600a5164ece34b65f2c3aa97c577f1227eb Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 4 ++++ ellama.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 60e4276003..bcbc9aa2aa 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,7 @@ +* Version 1.2.3 +- Remove default ellama provider. +- Use first available ollama chat model if ellama provider not set. + Ensure ~ellama~ is usable with zero configuration. * Version 1.2.2 - Fix org to markdown conversion with broken links. * Version 1.2.1 diff --git a/ellama.el b/ellama.el index dd07786a49..6e46581480 100644 --- a/ellama.el +++ b/ellama.el @@ -6,7 +6,7 @@ ;; URL: http://github.com/s-kostyaev/ellama ;; Keywords: help local tools ;; Package-Requires: ((emacs "28.1") (llm "0.22.0") (spinner "1.7.4") (transient "0.7") (compat "29.1") (posframe "1.4.0")) -;; Version: 1.2.2 +;; Version: 1.2.3 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023