Skip to content

Commit 0df8c87

Browse files
chore(release): 0.5.2 [skip ci]
## [0.5.2](0.5.1...0.5.2) (2025-01-28) ### πŸ› Bug Fixes * Update model structure to use 'name' instead of 'id' for consistency ([3e0ea86](3e0ea86)) ### πŸ“š Documentation * **fix:** Update README to log model 'name' instead of 'id' for consistency ([4dba8fe](4dba8fe))
1 parent 4dba8fe commit 0df8c87

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.5.2](https://github.com/inference-gateway/rust-sdk/compare/0.5.1...0.5.2) (2025-01-28)
2+
3+
### πŸ› Bug Fixes
4+
5+
* Update model structure to use 'name' instead of 'id' for consistency ([3e0ea86](https://github.com/inference-gateway/rust-sdk/commit/3e0ea86fb9f9daedb6f256c149adf0f7fbf27349))
6+
7+
### πŸ“š Documentation
8+
9+
* **fix:** Update README to log model 'name' instead of 'id' for consistency ([4dba8fe](https://github.com/inference-gateway/rust-sdk/commit/4dba8fe7391226d3b0b33a70393b86f00a4c867d))
10+
111
## [0.5.1](https://github.com/inference-gateway/rust-sdk/compare/0.5.0...0.5.1) (2025-01-28)
212

313
### πŸ”§ Miscellaneous

β€Ž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.1"
3+
version = "0.5.2"
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)