branch: externals/minuet commit fffbb3a39a996fabb65b8f06ab5422bb53c500cd Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
chore: release v0.4.4 --- CHANGELOG.md | 19 ++++++++++++++++++- minuet.el | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e34c9cd7..af64f6d422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,35 @@ +# Version 0.4.4 (2025-03-10) + +## Features + +- `minuet-configure-provider` can configure api-key as a named function. + +## Documentation + +- Update LLM provider example from Fireworks to Openrouter. + +## Chore + +- Reformat the code using 2 spaces indent. + # Version 0.4.3 (2025-02-18) ## Documentation -- Added recipes for llama.cpp. +- Add recipes for llama.cpp. # Version 0.4.2 (2025-02-13) ## Breaking Changes + - Change claude default model to haiku-3.5. ## Features + - Add command `minuet-configure-provider`. ## Bug Fixes + - Ensure overlay is put after cursor. # Version 0.4.1 (2025-02-10) diff --git a/minuet.el b/minuet.el index 8651cd3587..71f7c1eae7 100644 --- a/minuet.el +++ b/minuet.el @@ -2,7 +2,7 @@ ;; Author: Milan Glacier <d...@milanglacier.com> ;; Maintainer: Milan Glacier <d...@milanglacier.com> -;; Version: 0.4.3 +;; Version: 0.4.4 ;; URL: https://github.com/milanglacier/minuet-ai.el ;; Package-Requires: ((emacs "29") (plz "0.9") (dash "2.19.1"))