branch: externals/ellama commit b996115b90a8edda01d6078dc391c99c243f6496 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 fef897c4ee..31ee226871 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,6 @@ +* Version 1.5.2 +- Fixed a bug in session delete or kill that deletes or kills the current file + or buffer when no session is selected. * Version 1.5.1 - Renamed the variable ~ellama-transient-system~ to ~ellama-global-system~ to reflect its broader scope and updated all references in ~ellama.el~, diff --git a/ellama.el b/ellama.el index 044782de3f..e3c9a47606 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") (plz "0.8") (transient "0.7") (compat "29.1")) -;; Version: 1.5.1 +;; Version: 1.5.2 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023