[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 31c71ff285 3/3: Bump version
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama 31c71ff285 3/3: Bump version |
Date: |
Fri, 15 Mar 2024 15:57:52 -0400 (EDT) |
branch: externals/ellama
commit 31c71ff2852c69126fdcd61015d1537507038e54
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@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 37bf2a7f35..31c25cd180 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,8 @@
+* Version 0.8.11
+- Remove ~dash~ dependency.
+- Remove function ~ellama--fill-string~.
+- Rewrite function ~ellama--fill-long-lines~ to use ~fill-region~.
+- Use ~thread-last~ instead of ~->>~ from ~dash~.
* Version 0.8.10
- Fix context for chat translation.
- Refactor translations.
diff --git a/ellama.el b/ellama.el
index f9672874b4..f7a124bdda 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"))
-;; Version: 0.8.10
+;; Version: 0.8.11
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023