branch: externals/ellama
commit 60909fe5785418a11ce522459f9d562f06d81f9a
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 4 ++++
ellama.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index fd1327182b..d033df8fca 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,7 @@
+* Version 0.9.8
+- Copy context from previous session on creating new session. This is
+ useful when you create new session by calling ~ellama-ask-about~
+ with prefix argument.
* Version 0.9.7
- Add webpage quote context elements.
* Version 0.9.6
diff --git a/ellama.el b/ellama.el
index da1f6c6675..e2a3895312 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.7
+;; Version: 0.9.8
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023