Skip to content

Commit 50e4838

Browse files
chore(release): 0.5.4 [skip ci]
## [0.5.4](0.5.3...0.5.4) (2025-01-29) ### πŸ“š Documentation * Update main function to return GatewayError instead of Box<dyn Error> ([9c8bbc3](9c8bbc3)) ### πŸ”§ Miscellaneous * Implement TryFrom for Provider just in case users want to convert the string to an enum ([3da7e50](3da7e50)) * Update dependencies and refactor main function for async support ([b99d520](b99d520))
1 parent b99d520 commit 50e4838

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.5.4](https://github.com/inference-gateway/rust-sdk/compare/0.5.3...0.5.4) (2025-01-29)
2+
3+
### πŸ“š Documentation
4+
5+
* Update main function to return GatewayError instead of Box<dyn Error> ([9c8bbc3](https://github.com/inference-gateway/rust-sdk/commit/9c8bbc3d7b341184568aea5f06fe22ee1cf441a2))
6+
7+
### πŸ”§ Miscellaneous
8+
9+
* Implement TryFrom for Provider just in case users want to convert the string to an enum ([3da7e50](https://github.com/inference-gateway/rust-sdk/commit/3da7e50619fbd8dc0ae803b52ec935d07251cacd))
10+
* Update dependencies and refactor main function for async support ([b99d520](https://github.com/inference-gateway/rust-sdk/commit/b99d5205a8457cc99b37f4a8adf20e46604d3b53))
11+
112
## [0.5.3](https://github.com/inference-gateway/rust-sdk/compare/0.5.2...0.5.3) (2025-01-28)
213

314
### πŸ“š 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.3"
3+
version = "0.5.4"
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)