Skip to content

Commit

Permalink
release: 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Oct 23, 2024
1 parent 6f80217 commit 74c5ca5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.12.2"
version = "0.12.3"
edition = "2021"
description = "Interact with large language models provided by the Aleph Alpha API in Rust code"
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.12.3

* Make `ChatOutput` public

## 0.12.2

* Fix missing import in doc string
Expand Down

0 comments on commit 74c5ca5

Please sign in to comment.