branch: externals/ellama
commit dfda86230dd312ad259eb4b7b1264546f0a02810
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>

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

diff --git a/NEWS.org b/NEWS.org
index fe04d72073..71e3c9d2ce 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,9 @@
+* Version 1.9.1
+- Restricted template variable expansion to self-contained variables that don't
+  span multiple lines to avoid conflicts with code snippets.
+- Created a variable for the regular expression to simplify future changes.
+- Made template variable matching less aggressive to accommodate various
+  programming languages that use {} as function markers.
 * Version 1.9.0
 - Added new ~ellama-response-process-method~ customization option to choose
   between streaming and async response processing methods.
diff --git a/ellama.el b/ellama.el
index b8bc4abf96..e60167da14 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.9.0
+;; Version: 1.9.1
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to