branch: externals/ellama commit 6907f69d3de6c878991bb668946af881e6494dba Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 4 ++++ ellama.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 230f57b470..c6ba6cd5ce 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,7 @@ +* Version 1.6.1 +- Added functionality to display the current Ellama session ID in both the + header line and the mode line. +- Added globalized minor modes for enabling this feature across all buffers. * Version 1.6.0 - Refactored the text insertion and handling logic in ~ellama.el~. - Added new customization variables ~ellama-show-reasoning~ and diff --git a/ellama.el b/ellama.el index eb442de36c..8d98ea8132 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.6.0 +;; Version: 1.6.1 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023