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

    Bump version
---
 NEWS.org  | 11 +++++++++++
 ellama.el |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 7974f28d1c..5bb5eec10a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,14 @@
+* Version 1.7.0
+- Added manual generation functionality for Ellama, including a new .gitignore
+  entry to exclude ellama.texi, created ellama-manual.el for exporting an info
+  manual from the README, and added the file ellama.info.
+- Added the GNU Free Documentation License (FDL) text to README.org and updated
+  ellama-manual.el to include FDL information ensuring compliance with FDL
+  requirements. Added GNU Free Documentation License document to the project,
+  ensuring that manuals remain free in terms of freedom to copy, distribute, 
and
+  modify.
+- Refactored the marker creation logic in ellama.el to use copy-marker for both
+  beg-marker and end-marker, reducing redundancy and improving readability.
 * Version 1.6.2
 - Fix marker handling in block processing to correctly handle block boundaries
   during text processing and updated tests to include inline code translation
diff --git a/ellama.el b/ellama.el
index 8028f80797..8832ec6d14 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.6.2
+;; Version: 1.7.0
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to