ci(release): fix changelog version replacement
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,16 +1,4 @@
|
|||||||
## [](https://github.com/ivangabriele/mistralai-client-rs/compare/v0.1.0...v) (2024-03-03)
|
## [0.2.0](https://github.com/ivangabriele/mistralai-client-rs/compare/v0.1.0...v) (2024-03-03)
|
||||||
|
|
||||||
|
|
||||||
### ⚠ BREAKING CHANGES
|
|
||||||
|
|
||||||
* Chat completions must now be called directly from client.chat() without building a request in between.
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* add client.list_models() method ([814b991](https://github.com/ivangabriele/mistralai-client-rs/commit/814b9918b3aca78bfd606b5b9bb470b70ea2a5c6))
|
|
||||||
* simplify chat completion call ([7de2b19](https://github.com/ivangabriele/mistralai-client-rs/commit/7de2b19b981f1d65fe5c566fcaf521e4f2a9ced1))
|
|
||||||
|
|
||||||
## [](https://github.com/ivangabriele/mistralai-client-rs/compare/v0.1.0...v) (2024-03-03)
|
|
||||||
|
|
||||||
|
|
||||||
### ⚠ BREAKING CHANGES
|
### ⚠ BREAKING CHANGES
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
allow-branch = ["main"]
|
allow-branch = ["main"]
|
||||||
|
re-release-replacements = [{ file = "CHANGELOG.md", search = "## []", replace = "## [{{version}}]" }]
|
||||||
|
|||||||
Reference in New Issue
Block a user