Skip to content

Commit

Permalink
chore(main): release aleph-alpha-client 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and markus-klein-aa committed Feb 5, 2025
1 parent ede8003 commit 68df307
Show file tree
Hide file tree
Showing 3 changed files with 9 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.18.0"
".": "0.18.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.18.1](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/compare/aleph-alpha-client-v0.18.0...aleph-alpha-client-v0.18.1) (2025-02-05)


### Bug Fixes

* TopLogprob is now public ([ede8003](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/commit/ede8003f29b8c5a9121ee9fa86c84d60e77fd467))

## [0.18.0](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/compare/aleph-alpha-client-v0.17.0...aleph-alpha-client-v0.18.0) (2025-02-05)


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.18.0"
version = "0.18.1"
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 68df307

Please sign in to comment.