branch: externals/ellama
commit 4868cf4333b03d720005370cf7602b24df88d9e6
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 710e9bd0ff..0b7cadbbb6 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,7 @@
+* Version 1.11.0
+- Add skills system to Ellama.
+- Add Agent Skills to the documentation.
+- Add changelog generation skill to the project.
* Version 1.10.12
- Added prepend_file tool that allows prepending content to files. This expands
the set of file manipulation utilities available through the ellama tools.
diff --git a/ellama.el b/ellama.el
index b8fd921ee6..df6b8f1e16 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.10.12
+;; Version: 1.11.0
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023