branch: externals/ellama
commit d4927093e2988084eac86c3254a7b7f5d4cbd761
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 6 ++++++
ellama.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index ded22f89f4..02428e58de 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,9 @@
+* Version 0.13.0
+- Add command ~ellama-chat-send-last-message~ to compose and modify
+ messages within the chat buffer and send them directly from there.
+- Add ~ellama-chat-display-action-function~ and
+ ~ellama-instant-display-action-function~ custom variables to
+ customize display buffers behaviour.
* Version 0.12.8
- Provide code review in chat session.
- Improve code review prompt template.
diff --git a/ellama.el b/ellama.el
index c493c274b9..bb4ff801ae 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")
(transient "0.7") (compat "29.1"))
-;; Version: 0.12.8
+;; Version: 0.13.0
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023