branch: externals/llm
commit 7954a92d7cd15ed4e265101ac94d2f969fae473d
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Bump version to 0.3.0, and note changes in NEWS.org
---
NEWS.org | 2 ++
llm.el | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 3ec1db1d6a..a1194aeb4a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,5 @@
+* Version 0.3
+- Streaming support in the API, and for the Open AI and Vertex models.
* Version 0.2.1
- Changes in how we make and listen to requests, in preparation for streaming
functionality.
- Fix overzealous change hook creation when using async llm requests.
diff --git a/llm.el b/llm.el
index 8073960eca..dec1dcd66b 100644
--- a/llm.el
+++ b/llm.el
@@ -5,7 +5,7 @@
;; Author: Andrew Hyatt <[email protected]>
;; Homepage: https://github.com/ahyatt/llm
;; Package-Requires: ((emacs "28.1"))
-;; Package-Version: 0.2.1
+;; Package-Version: 0.3.0
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
;; This program is free software; you can redistribute it and/or