branch: externals/ellama commit 3368b6351a070ae4a089e0d395044c8f9f31ddd4 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 2 ++ ellama.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 74ca2e7568..b899a8963b 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,5 @@ +* Version 1.0.3 +- Unquote symbols in ~ellama-provider-list~. * Version 1.0.2 - Add ollama model selection to transient menu. * Version 1.0.1 diff --git a/ellama.el b/ellama.el index 3349c0e5b5..724ced21a3 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.0.2 +;; Version: 1.0.3 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023