branch: externals/ellama commit 8270e71c335b1656384e6c1b9d61c2a7ecc65bbb Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 2 ++ ellama.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index dd0b552fa2..dcb639c8e2 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,5 @@ +* Version 0.11.13 +- Add ability to use sessions in other elisp packages. * Version 0.11.12 - Fix ellama providers validation. * Version 0.11.11 diff --git a/ellama.el b/ellama.el index d7c675d657..e3210bacca 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.6.0") (spinner "1.7.4") (compat "29.1")) -;; Version: 0.11.12 +;; Version: 0.11.13 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023