branch: externals/ellama commit d208ec10cebbea5412e6dd333f741a2be7919f87 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 2 ++ ellama.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 02428e58de..32f36cf2ac 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,5 @@ +* Version 0.13.1 +- Add support for extra information in ellama session. * Version 0.13.0 - Add command ~ellama-chat-send-last-message~ to compose and modify messages within the chat buffer and send them directly from there. diff --git a/ellama.el b/ellama.el index 827b1f49f4..9c00543e65 100644 --- a/ellama.el +++ b/ellama.el @@ -1,12 +1,12 @@ ;;; ellama.el --- Tool for interacting with LLMs -*- lexical-binding: t -*- -;; Copyright (C) 2023, 2024 Free Software Foundation, Inc. +;; Copyright (C) 2023-2025 Free Software Foundation, Inc. ;; Author: Sergey Kostyaev <sskosty...@gmail.com> ;; 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.13.0 +;; Version: 0.13.1 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023