branch: externals/ellama
commit 2d9b728cb13bcdef083a1df696ff88dbd5d3b823
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 13b8e59188..b77a860bc6 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,7 @@
+* Version 1.10.6
+- Added json-encode wrapping to ~ellama-tools-read-file-tool~,
+  ~ellama-tools-grep-tool~, ~ellama-tools-grep-in-file-tool~ and
+  ~ellama-tools-lines-range-tool~ outputs for consistent JSON format.
 * Version 1.10.5
 - Added ~count_lines~ and ~lines_range~ tools for counting lines and retrieving
   file content by line range.
diff --git a/ellama.el b/ellama.el
index 70d1e5ef8d..1d767d4ea8 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.24.0") (plz "0.8") (transient 
"0.7") (compat "29.1"))
-;; Version: 1.10.5
+;; Version: 1.10.6
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to