branch: externals/ellama
commit 141c17331cb96e16a145319bbf6c9d24a2b83f39
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 ee208291c6..1cafe341bf 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,7 @@
+* Version 1.10.3
+- Removed redundant checks for function arguments and streamlined the execution
+  logic in ellama-tools.el, making the code more concise and maintainable by
+  using the apply function directly in all cases.
 * Version 1.10.2
 - Added directory tracking to sessions, including a directory path in the extra
   data field and setting the default directory when a session is initialized to
diff --git a/ellama.el b/ellama.el
index d3931c7376..9486e1f891 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.2
+;; Version: 1.10.3
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to