Skip to content

Commit

Permalink
chore(main): release aleph-alpha-client 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and benbrandt committed Nov 28, 2024
1 parent 1f589ab commit 40e746d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.2"
".": "0.14.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [0.14.0](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/compare/aleph-alpha-client-v0.13.2...aleph-alpha-client-v0.14.0) (2024-11-28)


### ⚠ BREAKING CHANGES

* trigger major version

### Bug Fixes

* release config hopefully ([521e2cc](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/commit/521e2cca6a4e8e6ac4b0a12f9c71709535d6002a))
* trigger major version ([1f589ab](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/commit/1f589ab3a75dead325a64d57af6e05de846ac9f1))

## [0.14.0](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/compare/aleph-alpha-client-v0.13.2...aleph-alpha-client-v0.14.0) (2024-11-28)

### ⚠ BREAKING CHANGES

- Update `tokenizers` dependency to v0.21.0 [ed5ea41](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/commit/ed5ea41f5be7f3cc50d1edf86197ee8f5f0ed4c9)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleph-alpha-client"
version = "0.13.2"
version = "0.14.0"
edition = "2021"
description = "Interact with large language models provided by the Aleph Alpha API in Rust code"
license = "MIT"
Expand Down

0 comments on commit 40e746d

Please sign in to comment.