Skip to content

Commit 38c9487

Browse files
chore(release): 0.4.0 [skip ci]
## [0.4.0](0.3.0...0.4.0) (2025-01-28) ### ✨ Features * Add get_provider_models method to InferenceGatewayAPI and implement it in InferenceGatewayClient ([92565a7](92565a7)) * Introduce Role enum for message roles and update usage in README and Message struct ([6bcfa81](6bcfa81)) ### 🐛 Bug Fixes * Simplify provider string formatting in get_provider_models method ([e069fad](e069fad)) ### 📚 Documentation * Add CONTRIBUTING.md with guidelines for contributing to the Inference Gateway Rust SDK ([e649871](e649871)) * **fix:** Update homepage link in Cargo.toml and README.md to reflect new repository URL ([b93424a](b93424a)) * **openapi:** Download the latest OpenAPI specification ([fa1edf6](fa1edf6)) * Update README.md to include examples for listing models and models by provider ([7d44bb3](7d44bb3)) ### 📦 Miscellaneous * Add lint, analyse, and test tasks to Taskfile for improved code quality ([50461a3](50461a3))
1 parent 50461a3 commit 38c9487

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [0.4.0](https://github.com/inference-gateway/rust-sdk/compare/0.3.0...0.4.0) (2025-01-28)
2+
3+
### ✨ Features
4+
5+
* Add get_provider_models method to InferenceGatewayAPI and implement it in InferenceGatewayClient ([92565a7](https://github.com/inference-gateway/rust-sdk/commit/92565a73d8842eb7cfd6a323166bd24699f6ea1d))
6+
* Introduce Role enum for message roles and update usage in README and Message struct ([6bcfa81](https://github.com/inference-gateway/rust-sdk/commit/6bcfa8175a973b7747338a6d2ff36a68d9e276d1))
7+
8+
### 🐛 Bug Fixes
9+
10+
* Simplify provider string formatting in get_provider_models method ([e069fad](https://github.com/inference-gateway/rust-sdk/commit/e069fada1405091462f627fd7e555e4e2efe1d8d))
11+
12+
### 📚 Documentation
13+
14+
* Add CONTRIBUTING.md with guidelines for contributing to the Inference Gateway Rust SDK ([e649871](https://github.com/inference-gateway/rust-sdk/commit/e6498711fdf2f9c018359ba1a7151efc36957934))
15+
* **fix:** Update homepage link in Cargo.toml and README.md to reflect new repository URL ([b93424a](https://github.com/inference-gateway/rust-sdk/commit/b93424a0b116ff59de51709893207b3d34e5ea85))
16+
* **openapi:** Download the latest OpenAPI specification ([fa1edf6](https://github.com/inference-gateway/rust-sdk/commit/fa1edf62598d3192f9d69dae90819bf6da27a5f6))
17+
* Update README.md to include examples for listing models and models by provider ([7d44bb3](https://github.com/inference-gateway/rust-sdk/commit/7d44bb3463be959465c1a1c3226f7615af3b0dbf))
18+
19+
### 📦 Miscellaneous
20+
21+
* Add lint, analyse, and test tasks to Taskfile for improved code quality ([50461a3](https://github.com/inference-gateway/rust-sdk/commit/50461a3d7b3f3769a26fef1e4c0c1d0f283d7fda))
22+
123
## [0.3.0](https://github.com/inference-gateway/rust-sdk/compare/0.2.5...0.3.0) (2025-01-22)
224

325
### ✨ Features

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.3.0"
3+
version = "0.4.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)