. update version to v0.1.12

This commit is contained in:
Jeremy Chone
2024-11-18 18:01:30 -08:00
parent 86f2e5af3d
commit e53aca4f39
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@
> - Version `0.2.x` will follow semver more strictly.
> - API changes will be denoted as "`!` - **API CHANGE** ...."
## 2024-11-18 - `0.1.12`
- `.` minor update on llms model names
- `^` ChatRole - impl Display
- `^` ChatReqeuust - added from_messages, and append_messages
## 2024-11-04 - `0.1.11`
- `^` anthropic - updated the default max_token to the max for given the model (i.e. 3-5 will be 8k)

View File

@ -1,6 +1,6 @@
[package]
name = "genai"
version = "0.1.12-WIP"
version = "0.1.12"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"