Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyaev committed Jan 2, 2025
1 parent 96727b9 commit d208ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NEWS.org
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions ellama.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
;; 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

Expand Down

0 comments on commit d208ec1

Please sign in to comment.