branch: externals/ellama
commit e8cf2ccdca501ad75aeb55a2997727b1e7bcaa66
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 3 +++
ellama.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 5af8a452a3..76a4bccc1b 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,6 @@
+* Version 1.12.12
+- Add native compilation warnings check. This adds a new check-compile-warnings
+ Make target that allows developers to verify native compilation warnings.
* Version 1.12.11
- Fix duplicate system message handling in chat prompts. This change removes
the
redundant ~llm-chat-prompt-append-response~ call that was appending the
system
diff --git a/ellama.el b/ellama.el
index c3fd36d428..6dc1d1565e 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") (yaml "1.2.3"))
-;; Version: 1.12.11
+;; Version: 1.12.12
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023