branch: externals/elisa commit 85373924896c92b7c27d6737d247f0084df99d6a Author: Sergey Kostyaev <kostyaev.serg...@wb.ru> Commit: Sergey Kostyaev <kostyaev.serg...@wb.ru>
Bump version --- NEWS.org | 2 ++ elisa.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 823e732856..ccfaf8fe4c 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,5 @@ +* Version 1.0.4 +- Add progress reporter for async operations. * Version 1.0.3 - Make sql syntax uppercased to improve readability. * Version 1.0.2 diff --git a/elisa.el b/elisa.el index 65412abc90..4d68c90045 100644 --- a/elisa.el +++ b/elisa.el @@ -6,7 +6,7 @@ ;; URL: http://github.com/s-kostyaev/elisa ;; Keywords: help local tools ;; Package-Requires: ((emacs "29.2") (ellama "0.11.2") (llm "0.9.1") (async "1.9.8") (plz "0.9")) -;; Version: 1.0.3 +;; Version: 1.0.4 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 18th Feb 2024