branch: externals/ellama commit 6622630860f2da36b5ea4c0f35b15b63a0a9e7c5 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 5 +++++ ellama.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index dd92142c30..d449c3b846 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,8 @@ +* Version 0.8.5 +- Improve working with context: + - Fix some ~org-mode~ links. + - Add command for adding info nodes into context. + - Fix keybindings documentation. * Version 0.8.4 - Fix keybindings. Keymap prefix now not set by default to prevent usage of reserved for end user customisation keys. diff --git a/ellama.el b/ellama.el index f511819fd3..1bd63f6651 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") (dash "2.19.1")) -;; Version: 0.8.4 +;; Version: 0.8.5 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023