Skip to content

Commit 41e9d94

Browse files
chore(release): 0.5.5 [skip ci]
## [0.5.5](0.5.4...0.5.5) (2025-01-29) ### πŸ› Bug Fixes * Ensure provider string is lowercase in URL generation for consistency ([f84314c](f84314c))
1 parent f84314c commit 41e9d94

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.5](https://github.com/inference-gateway/rust-sdk/compare/0.5.4...0.5.5) (2025-01-29)
2+
3+
### πŸ› Bug Fixes
4+
5+
* Ensure provider string is lowercase in URL generation for consistency ([f84314c](https://github.com/inference-gateway/rust-sdk/commit/f84314c76286ddfa46b01b269f07b039a17c064d))
6+
17
## [0.5.4](https://github.com/inference-gateway/rust-sdk/compare/0.5.3...0.5.4) (2025-01-29)
28

39
### πŸ“š Documentation

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