branch: externals/ellama commit 375daa66e7ccb476ae28005f690e0f0d08ca5455 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 4 ++++ ellama.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 3d1dd0a67a..5d26fce647 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,7 @@ +* Version 0.13.6 +- Add function ~ellama-semantic-similar-p~. It can be useful for + creating lists without duplicates by meaning. +- Add integration tests. * Version 0.13.5 - Fix defcustom validation. Remove unnecessary quote. * Version 0.13.4 diff --git a/ellama.el b/ellama.el index 4c6f7e30d8..b2866c8d5d 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")) -;; Version: 0.13.5 +;; Version: 0.13.6 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023