Skip to content

Commit e9231d2

Browse files
chore(release): 0.5.6 [skip ci]
## [0.5.6](0.5.5...0.5.6) (2025-01-29) ### ✅ Miscellaneous * Remove unnecessary lowercase conversion for provider string and enhance error handling in API responses ([cdeb27c](cdeb27c))
1 parent cdeb27c commit e9231d2

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.6](https://github.com/inference-gateway/rust-sdk/compare/0.5.5...0.5.6) (2025-01-29)
2+
3+
### ✅ Miscellaneous
4+
5+
* Remove unnecessary lowercase conversion for provider string and enhance error handling in API responses ([cdeb27c](https://github.com/inference-gateway/rust-sdk/commit/cdeb27caebe9fda6c5b3165492eae939be23a581))
6+
17
## [0.5.5](https://github.com/inference-gateway/rust-sdk/compare/0.5.4...0.5.5) (2025-01-29)
28

39
### 🐛 Bug Fixes

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.5"
3+
version = "0.5.6"
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)