Skip to content

Commit 7272593

Browse files
chore(release): 0.2.0 [skip ci]
## [0.2.0](v0.1.2...v0.2.0) (2025-01-21) ### ✨ Features * **api:** add OpenAPI specification for Inference Gateway API ([ab5202b](ab5202b)) * **client:** enhance InferenceGatewayClient with support for multiple providers and message handling ([0166d9e](0166d9e)) ### 📦 Improvements * **devcontainer:** enable task completion in zsh ([99caa3f](99caa3f)) ### 🔧 Miscellaneous * **lint:** add linting task using Black for code formatting ([642ed74](642ed74))
1 parent 642ed74 commit 7272593

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.2.0](https://github.com/inference-gateway/python-sdk/compare/v0.1.2...v0.2.0) (2025-01-21)
2+
3+
### ✨ Features
4+
5+
* **api:** add OpenAPI specification for Inference Gateway API ([ab5202b](https://github.com/inference-gateway/python-sdk/commit/ab5202bf8afff49399dcfd0f0b3ae62f7ca11036))
6+
* **client:** enhance InferenceGatewayClient with support for multiple providers and message handling ([0166d9e](https://github.com/inference-gateway/python-sdk/commit/0166d9e9ad8648f8b2499ba9405b07e15973cc4b))
7+
8+
### 📦 Improvements
9+
10+
* **devcontainer:** enable task completion in zsh ([99caa3f](https://github.com/inference-gateway/python-sdk/commit/99caa3fab07ae563790590209015446e502fd154))
11+
12+
### 🔧 Miscellaneous
13+
14+
* **lint:** add linting task using Black for code formatting ([642ed74](https://github.com/inference-gateway/python-sdk/commit/642ed7478b1e19c8928074539baf7135cea7fab0))
15+
116
## [0.1.2](https://github.com/inference-gateway/python-sdk/compare/v0.1.1...v0.1.2) (2025-01-21)
217

318
### 📦 Improvements

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "inference-gateway"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = [
55
{ name="Eden Reich", email="[email protected]" },
66
]

0 commit comments

Comments
 (0)