branch: externals/ellama commit ad5b03d913b55b909d4fa471e81f3b51202b51af Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 3 +++ ellama.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index a1d13b4979..db635761ca 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,6 @@ +* Version 0.13.10 +- Refactor file name fixing logic. Change the regular expression for + handling forbidden filename characters to improve efficiency. * Version 0.13.9 - Fix adding buffer to context. * Version 0.13.8 diff --git a/ellama.el b/ellama.el index ae90761246..241cb35963 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.22.0") (spinner "1.7.4") (transient "0.7") (compat "29.1")) -;; Version: 0.13.9 +;; Version: 0.13.10 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023