Skip to content

Commit 728625f

Browse files
chore(release): 0.3.0 [skip ci]
## [0.3.0](0.2.5...0.3.0) (2025-01-22) ### ✨ Features * Add Anthropic provider to the Provider enum ([30004a5](30004a5)) * Add optional token support for InferenceGatewayClient requests ([9145eb7](9145eb7)) * Implement InferenceGatewayAPI trait for InferenceGatewayClient ([dc47832](dc47832)) ### 👷 CI * Enhance release workflow with error handling for actual run of semantic-release ([34279b8](34279b8)) * Fix syntax in release workflow for semantic-release execution ([3b94bbc](3b94bbc)) * Remove debug output from release workflow ([a7d03ad](a7d03ad)) ### 📚 Documentation * Enhance InferenceGatewayAPI with health check and detailed documentation ([c70a9e1](c70a9e1))
1 parent 30004a5 commit 728625f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.3.0](https://github.com/inference-gateway/rust-sdk/compare/0.2.5...0.3.0) (2025-01-22)
2+
3+
### ✨ Features
4+
5+
* Add Anthropic provider to the Provider enum ([30004a5](https://github.com/inference-gateway/rust-sdk/commit/30004a591815f06b6c56a1c3f647d5504ac6bcfa))
6+
* Add optional token support for InferenceGatewayClient requests ([9145eb7](https://github.com/inference-gateway/rust-sdk/commit/9145eb785bb4ea51ddcb31e33b233c6a0f585d62))
7+
* Implement InferenceGatewayAPI trait for InferenceGatewayClient ([dc47832](https://github.com/inference-gateway/rust-sdk/commit/dc47832afcb50181b4c6f547e7aeb1a8062d6638))
8+
9+
### 👷 CI
10+
11+
* Enhance release workflow with error handling for actual run of semantic-release ([34279b8](https://github.com/inference-gateway/rust-sdk/commit/34279b8931ddf5e00fb7721d6bcf91811c154261))
12+
* Fix syntax in release workflow for semantic-release execution ([3b94bbc](https://github.com/inference-gateway/rust-sdk/commit/3b94bbc6b07d876567395bc5c5699e9b9a2f581a))
13+
* Remove debug output from release workflow ([a7d03ad](https://github.com/inference-gateway/rust-sdk/commit/a7d03ad97962e68afaf38ba4ed73d1a05f2f6cf8))
14+
15+
### 📚 Documentation
16+
17+
* Enhance InferenceGatewayAPI with health check and detailed documentation ([c70a9e1](https://github.com/inference-gateway/rust-sdk/commit/c70a9e178dae7fd311f100e41fc0b0e98cfd12c4))
18+
119
## [0.2.5](https://github.com/inference-gateway/rust-sdk/compare/0.2.4...0.2.5) (2025-01-21)
220

321
### 👷 CI

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.2.5"
3+
version = "0.3.0"
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)