branch: externals/ellama commit 6279b2f2a6a522b5c38a4c8ee047c622fc3a07fd Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Release version 1.0.0 - Added `ellama-write` command. Added `ellama-proofread` command. - Added global context management, including functions to reset - context. --- NEWS.org | 4 ++++ ellama.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index a24c1ebbcb..6d6904f524 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,7 @@ +* Version 1.0.0 +- Added ~ellama-write~ command. +- Added ~ellama-proofread~ command. +- Added global context management, including functions to reset context. * Version 0.13.11 - Add function ~ellama-make-semantic-similar-p-with-context~ that return test function for checking if two provided texts are meaning diff --git a/ellama.el b/ellama.el index f635d3cf4a..2ad36970f7 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") (spinner "1.7.4") (transient "0.7") (compat "29.1") (posframe "1.4.0")) -;; Version: 0.13.11 +;; Version: 1.0.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023