branch: externals/ellama commit 500f40b81bc5b538017fce91a39b9ab038215f91 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 3 +++ ellama.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index a8b9965f8c..66c60dde16 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,6 @@ +* Version 0.10.2 +- Fix bug when translation from markdown to org syntax breaks python + code blocks. * Version 0.10.1 - Add ~ellama-solve-domain-specific-problem~ command. It leverages the popular "act like a professional" prompt engineering method, diff --git a/ellama.el b/ellama.el index d9453404d4..0dc7de9f78 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.10.1 +;; Version: 0.10.2 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023