branch: externals/ellama
commit ac3c2f7b71e7000efdcdb07cfb5328eca374843b
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 ba38d92e30..6b80c149a0 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,9 @@
+* Version 1.12.10
+- Fix stack overflow in markdown code fence conversion in
+  ~ellama--translate-markdown-to-org-filter~ by replacing expensive regular
+  expressions with linear line parsing for inline fences.
+- Add regression test ~test-ellama-md-to-org-inline-fence-long-line~ to cover
+  long lines with inline code fences and prevent this failure from returning.
 * Version 1.12.9
 - Fix result delivery for already approved async tools. Ensure results are
   delivered via callback function for both interactive and pre‑approved tools.
diff --git a/ellama.el b/ellama.el
index 4bd97d75f3..78d2f2bd34 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") (yaml "1.2.3"))
-;; Version: 1.12.9
+;; Version: 1.12.10
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to