branch: externals/ellama commit ef2f43b45d42a086938322c73387833b2acdf94f 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 52991fa8a2..116774b9f4 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,5 @@ +* Version 0.9.6 +- Improve code blocks translation from markdown to org. * Version 0.9.5 - Establish a fresh chat session whenever the ~ellama-chat~ function is invoked with a provider different from the one currently in use. diff --git a/ellama.el b/ellama.el index c10b8e4073..e28ed3e060 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.6.0") (spinner "1.7.4")) -;; Version: 0.9.5 +;; Version: 0.9.6 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023