branch: externals/ellama commit b1f8bf1842b92b7b2a9d7111fcb7be6866b0cfba 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 66c60dde16..ae84179b8a 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,6 @@ +* Version 0.11.0 +- Refactor markdown to org conversion code. Now all transformations + will be applied only outside of code blocks. * Version 0.10.2 - Fix bug when translation from markdown to org syntax breaks python code blocks. diff --git a/ellama.el b/ellama.el index d0e9c0e1be..11050231ae 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.2 +;; Version: 0.11.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023