Skip to content

Commit 78a45fb

Browse files
chore(release): 0.5.3 [skip ci]
## [0.5.3](0.5.2...0.5.3) (2025-01-28) ### πŸ“š Documentation * Update README to include InferenceGatewayAPI in import statements for clarity ([b6aba41](b6aba41)) ### πŸ”§ Miscellaneous * Update error handling to use thiserror crate and improve GatewayError structure ([fe85dcb](fe85dcb)) ### βœ… Miscellaneous * Add unit tests for GatewayError handling in InferenceGatewayClient ([6b7e6d4](6b7e6d4))
1 parent b6aba41 commit 78a45fb

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.5.3](https://github.com/inference-gateway/rust-sdk/compare/0.5.2...0.5.3) (2025-01-28)
2+
3+
### πŸ“š Documentation
4+
5+
* Update README to include InferenceGatewayAPI in import statements for clarity ([b6aba41](https://github.com/inference-gateway/rust-sdk/commit/b6aba41fd1beee192bf746a32de4b281b247d8fa))
6+
7+
### πŸ”§ Miscellaneous
8+
9+
* Update error handling to use thiserror crate and improve GatewayError structure ([fe85dcb](https://github.com/inference-gateway/rust-sdk/commit/fe85dcbfacdf5737f9c03ec23341a7254202e18f))
10+
11+
### βœ… Miscellaneous
12+
13+
* Add unit tests for GatewayError handling in InferenceGatewayClient ([6b7e6d4](https://github.com/inference-gateway/rust-sdk/commit/6b7e6d49494c08884e3dd93ff50406eda3e8cae5))
14+
115
## [0.5.2](https://github.com/inference-gateway/rust-sdk/compare/0.5.1...0.5.2) (2025-01-28)
216

317
### πŸ› 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.2"
3+
version = "0.5.3"
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)