branch: externals/minuet
commit 7b34bf0f0334478dab15ce185eacc794a6c7415f
Author: Milan Glacier <[email protected]>
Commit: Milan Glacier <[email protected]>

    chore: release v0.7.1
---
 CHANGELOG.md | 13 +++++++++++++
 minuet.el    |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a5948685b..f7531ddd4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# Version 0.8.0 (2025-12-15)
+
+## Breaking Changes
+
+- Rename `minuet-auto-suggestion-block-functions` to
+  `minuet-auto-suggestion-block-predicates`
+
+## Features
+
+- Preserved Suggestions During Multi-line Typing: Prefix-matched suggestions
+  persist even while the user is typing multi-line text, to avoid unnecessary
+  LLM requests and conserving resources.
+
 # Version 0.7.0 (2025-12-11)
 
 ## Breaking Changes
diff --git a/minuet.el b/minuet.el
index a5b8872e98..9427614593 100644
--- a/minuet.el
+++ b/minuet.el
@@ -4,7 +4,7 @@
 
 ;; Author: Milan Glacier <[email protected]>
 ;; Maintainer: Milan Glacier <[email protected]>
-;; Version: 0.7.0
+;; Version: 0.7.1
 ;; URL: https://github.com/milanglacier/minuet-ai.el
 ;; Package-Requires: ((emacs "29") (plz "0.9") (dash "2.19.1"))
 

Reply via email to