branch: externals/ellama
commit 361e1aa26541f2a8675fcda2c907fea4b68aff00
Author: Sergey Kostyaev <sskosty...@gmail.com>
Commit: Sergey Kostyaev <sskosty...@gmail.com>

    Bump version
---
 NEWS.org   | 2 ++
 README.org | 2 ++
 ellama.el  | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 116774b9f4..fd1327182b 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,5 @@
+* Version 0.9.7
+- Add webpage quote context elements.
 * Version 0.9.6
 - Improve code blocks translation from markdown to org.
 * Version 0.9.5
diff --git a/README.org b/README.org
index 5d308e8691..21a8a7a336 100644
--- a/README.org
+++ b/README.org
@@ -315,6 +315,8 @@ argument generated text string.
 - ~ellama-chat-translation-enabled~: Enable chat translations if set.
 - ~ellama-translation-provider~: LLM translation provider.
   ~ellama-provider~ will be used if not set.
+- ~ellama-show-quotes~: Show quotes content in chat buffer. Disabled
+  by default.
 
 ** Acknowledgments
 
diff --git a/ellama.el b/ellama.el
index ae00b48610..1d5e0dce5e 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.6
+;; Version: 0.9.7
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to