branch: externals/ellama commit 30058c4771708e7ad0fa9d93fe0bd00c2889a483 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 5 +++++ ellama.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index d8cd8e37d0..fef897c4ee 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,8 @@ +* 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~, + ~ellama-transient.el~ and ~ellama-blueprint.el~. Moved it from + ellama-transient to ellama. Fix symbol’s value as variable is void bug. * Version 1.5.0 **** Code Refactoring and Modularity - Moved transient menu-related functions and variables from ~ellama.el~ to diff --git a/ellama.el b/ellama.el index a67197c3c0..2772916ae5 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.0 +;; Version: 1.5.1 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023