branch: elpa/gptel
commit d221329ee3aa0198ad51c003a8d94b2af3a72dce
Author: Karthik Chikmagalur <[email protected]>
Commit: Karthik Chikmagalur <[email protected]>
gptel: Bump version to 0.9.9.4
* gptel.el: Bump version to 0.9.9.4. The next release version
will likely be 1.0.
* NEWS (0.9.9.4): Update heading.
---
NEWS | 19 +++++++++----------
gptel.el | 4 ++--
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/NEWS b/NEWS
index 74839d188f..73fb37f882 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,19 @@
# -*- mode: org; -*-
-* 0.9.9.5-pre
+* 0.9.9.4
** Breaking changes
-- The models =gpt-5-codex=, =o3=, =o3-mini=, =o4-mini=, =claude-3.5-sonnet=,
- =claude-3.7-sonnet=, =claude-3.7-sonnet-thought=, =claude-opus-4= and
- =gemini-2.0-flash-001= have been removed from the default list of GitHub
- Copilot models. These models are no longer available in the GitHub Copilot
- API.
+- The models =gpt-5-codex=, =o3=, =o3-mini=, =o4-mini=,
+ =claude-3.5-sonnet=, =claude-3.7-sonnet=, =claude-3.7-sonnet-thought=,
+ =claude-opus-4= and =gemini-2.0-flash-001= have been removed from the
+ default list of GitHub Copilot models. These models are no longer
+ available in the GitHub Copilot API.
- =gptel-track-media= now controls whether links to media files are
- tracked /only/ in chat buffers. Previously it also controlled
- whether media files added to the context explicitly via
- =gptel-add-file= were sent. This is considered a bug and has now
- been fixed.
+ tracked /only/ in chat buffers. Previously it also controlled whether
+ media files added to the context explicitly via =gptel-add-file= were
+ sent. This is considered a bug and has now been fixed.
** New models and backends
diff --git a/gptel.el b/gptel.el
index d256448944..821d9ae001 100644
--- a/gptel.el
+++ b/gptel.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2023-2025 Karthik Chikmagalur
;; Author: Karthik Chikmagalur <[email protected]>
-;; Version: 0.9.9.3
+;; Version: 0.9.9.4
;; Package-Requires: ((emacs "27.1") (transient "0.7.4") (compat "30.1.0.0"))
;; Keywords: convenience, tools
;; URL: https://github.com/karthink/gptel
@@ -188,7 +188,7 @@
;; usage.
;;; Code:
-(defconst gptel-version "0.9.9.3")
+(defconst gptel-version "0.9.9.4")
(declare-function markdown-mode "markdown-mode")
(declare-function gptel-menu "gptel-transient")