branch: externals/llm
commit 454ec53fd320e42e2a1a9b15ee3823019c54ab59
Merge: fe064b2bc3 8dee3d059a
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>

    Merge branch 'main' into streaming
---
 NEWS.org | 1 +
 llm.el   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index d25a09086b..3ec1db1d6a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,4 +1,5 @@
 * 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.
 * Version 0.2
 - Remove the dependency on non-GNU request library.
diff --git a/llm.el b/llm.el
index 2f5dea6f74..72cf5ed55d 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
+;; Package-Version: 0.2.1
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
 ;; This program is free software; you can redistribute it and/or

Reply via email to