[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/minuet 60a8cf0a5d 2/3: chore: release v0.5.3
From: |
ELPA Syncer |
Subject: |
[elpa] externals/minuet 60a8cf0a5d 2/3: chore: release v0.5.3 |
Date: |
Tue, 8 Apr 2025 03:58:36 -0400 (EDT) |
branch: externals/minuet
commit 60a8cf0a5df5c26d09a695297bf4b967b2a7a48b
Author: Milan Glacier <dev@milanglacier.com>
Commit: Milan Glacier <dev@milanglacier.com>
chore: release v0.5.3
---
CHANGELOG.md | 10 ++++++++++
minuet.el | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 764a04c84e..06574d3b3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# Version 0.5.3 (2025-04-08)
+
+## Features
+
+- Added `transform` option for OpenAI-FIM-compatible providers.
+
+ This feature enables support for non-OpenAI-FIM-compatible APIs with
+ OpenAI-FIM-compatible, such as the DeepInfra FIM API. Example
+ configurations are available in [recipes.md](.recipes.md).
+
# Version 0.5.2 (2025-04-03)
This maintenance release focuses on reducing the ELPA tarball size.
diff --git a/minuet.el b/minuet.el
index 54730d1612..be7675add4 100644
--- a/minuet.el
+++ b/minuet.el
@@ -4,7 +4,7 @@
;; Author: Milan Glacier <dev@milanglacier.com>
;; Maintainer: Milan Glacier <dev@milanglacier.com>
-;; Version: 0.5.1
+;; Version: 0.5.3
;; URL: https://github.com/milanglacier/minuet-ai.el
;; Package-Requires: ((emacs "29") (plz "0.9") (dash "2.19.1"))