Commit 38c9487
committed
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
3 files changed
+24
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments