branch: externals/minuet commit 03726e4605757b43ad9bf5cfbee9b2e2e68c7622 Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
chore: release v0.5.1. --- CHANGELOG.md | 17 +++++++++++++++-- minuet.el | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b1de7ce4..d4a1420636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,22 @@ +# Version 0.5.1 (2025-04-03) + +Minuet is now available on GNU ELPA. + +## Breaking Changes + +- The default `openai_compatible` service is now OpenRouter. + +## Documentation + +- Updated to note the policy of GNU ELPA. The contribution section has also been + revised. + # Version 0.5.0 (2025-03-28) ## Breaking Changes -- Modified the Gemini provider's default prompt strategy to use the new - **Prefix First** structure. +- Modified the Gemini provider's default prompt strategy to use the new **Prefix + First** structure. - Other providers will continue to use their previous default prompt configurations. diff --git a/minuet.el b/minuet.el index 556302895b..5405348500 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.4 +;; Version: 0.5.1 ;; URL: https://github.com/milanglacier/minuet-ai.el ;; Package-Requires: ((emacs "29") (plz "0.9") (dash "2.19.1"))