Skip to content

Commit ef961c6

Browse files
chore(release): 0.5.1 [skip ci]
## [0.5.1](0.5.0...0.5.1) (2025-01-28) ### πŸ”§ Miscellaneous * Update README to replace Role with MessageRole for consistency ([f491774](f491774))
1 parent f491774 commit ef961c6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.5.1](https://github.com/inference-gateway/rust-sdk/compare/0.5.0...0.5.1) (2025-01-28)
2+
3+
### πŸ”§ Miscellaneous
4+
5+
* Update README to replace Role with MessageRole for consistency ([f491774](https://github.com/inference-gateway/rust-sdk/commit/f4917745d9e8e993fa3b2a6b2475453f99eb999a))
6+
17
## [0.5.0](https://github.com/inference-gateway/rust-sdk/compare/0.4.0...0.5.0) (2025-01-28)
28

39
### ✨ Features

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inference-gateway-sdk"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
description = "Rust SDK for interacting with various language models through the Inference Gateway"
66
license = "MIT"

0 commit comments

Comments
Β (0)