diff --git a/NEWS.org b/NEWS.org index b1b97d2..ded22f8 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,6 @@ +* Version 0.12.8 +- Provide code review in chat session. +- Improve code review prompt template. * Version 0.12.7 - Add change command to transient menu. * Version 0.12.6 diff --git a/ellama.el b/ellama.el index 12eeac3..5bd5d8e 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") (transient "0.7") (compat "29.1")) -;; Version: 0.12.7 +;; Version: 0.12.8 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023