emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/llm 454ec53fd3 05/10: Merge branch 'main' into streamin


From: ELPA Syncer
Subject: [elpa] externals/llm 454ec53fd3 05/10: Merge branch 'main' into streaming
Date: Sun, 1 Oct 2023 18:58:35 -0400 (EDT)

branch: externals/llm
commit 454ec53fd320e42e2a1a9b15ee3823019c54ab59
Merge: fe064b2bc3 8dee3d059a
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>

    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 <ahyatt@gmail.com>
 ;; 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

[Prev in Thread] Current Thread [Next in Thread]