Skip to content

Commit fe5ab08

Browse files
chore(release): 0.5.7 [skip ci]
## [0.5.7](0.5.6...0.5.7) (2025-01-29) ### πŸ”§ Miscellaneous * Add case-insensitive provider aliases and update URL generation ([0715d11](0715d11))
1 parent 0715d11 commit fe5ab08

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.7](https://github.com/inference-gateway/rust-sdk/compare/0.5.6...0.5.7) (2025-01-29)
2+
3+
### πŸ”§ Miscellaneous
4+
5+
* Add case-insensitive provider aliases and update URL generation ([0715d11](https://github.com/inference-gateway/rust-sdk/commit/0715d113a2a5ffbf243f8bb2fae331a8c115228a))
6+
17
## [0.5.6](https://github.com/inference-gateway/rust-sdk/compare/0.5.5...0.5.6) (2025-01-29)
28

39
### βœ… 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.6"
3+
version = "0.5.7"
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)