branch: externals/ellama
commit 4ef267a4c2aaf11ad8da181666d9c031069674ba
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>

    Bump version
---
 NEWS.org  | 11 +++++++++++
 ellama.el |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 3920a5caec..ea2b0d13d0 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,14 @@
+* Version 1.12.18
+- Add refill-readme target. Updated AGENTS.md to include a new “Refill readme”
+  step in the build instructions. Modified Makefile to add the target to the
+  `.PHONY` list and to define the `refill-readme` rule, which runs Emacs in
+  batch mode to format the `README.org` file.
+- Refactor org filling for README and NEWS. Introduce a reusable `refill-org`
+  macro that uses `org-element` to fill paragraphs to 80 columns, replacing the
+  previous `fill-region` approach. Update `refill-news` and `refill-readme`
+  targets to use this macro, simplifying the Makefile and ensuring consistent
+  formatting across org files.
+- Update readme formatting. Minor formatting tweaks.
 * Version 1.12.17
 - Improved new session handling in ~ellama-chat~ by refactoring session
   resolution logic to conditionally create new sessions when the create-session
diff --git a/ellama.el b/ellama.el
index b2b6de6fd6..893b67bd81 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.24.0") (plz "0.8") (transient 
"0.7") (compat "29.1") (yaml "1.2.3"))
-;; Version: 1.12.17
+;; Version: 1.12.18
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to