Skip to content

Commit 43a1e00

Browse files
chore(release): 0.3.0 [skip ci]
## [0.3.0](v0.2.3...v0.3.0) (2025-02-03) ### ✨ Features * Add streaming content generation and response handling ([90171af](90171af)) ### ♻️ Improvements * Remove GOOGLE provider ([cab6e5c](cab6e5c)) ### 📚 Documentation * Add methods for listing provider models and streaming content in the README ([888573c](888573c)) * Update OpenAPI spec - download it from inference-gateway ([fb4eabb](fb4eabb)) ### ✅ Miscellaneous * Enhance testing capabilities with new pytest configurations and fixtures ([298b6f8](298b6f8))
1 parent 888573c commit 43a1e00

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.3.0](https://github.com/inference-gateway/python-sdk/compare/v0.2.3...v0.3.0) (2025-02-03)
2+
3+
### ✨ Features
4+
5+
* Add streaming content generation and response handling ([90171af](https://github.com/inference-gateway/python-sdk/commit/90171af218df3182ad4cbfe33011ed711d68cabb))
6+
7+
### ♻️ Improvements
8+
9+
* Remove GOOGLE provider ([cab6e5c](https://github.com/inference-gateway/python-sdk/commit/cab6e5c9828d4454b9ce9b8f35bba3bc021ec05b))
10+
11+
### 📚 Documentation
12+
13+
* Add methods for listing provider models and streaming content in the README ([888573c](https://github.com/inference-gateway/python-sdk/commit/888573c735067780b6d32d62d3bccd321fcb8645))
14+
* Update OpenAPI spec - download it from inference-gateway ([fb4eabb](https://github.com/inference-gateway/python-sdk/commit/fb4eabbade02a957543b12578c3ab1e6be253299))
15+
16+
### ✅ Miscellaneous
17+
18+
* Enhance testing capabilities with new pytest configurations and fixtures ([298b6f8](https://github.com/inference-gateway/python-sdk/commit/298b6f88ade7f72210994fbfa595d3fd230f77a7))
19+
120
## [0.2.3](https://github.com/inference-gateway/python-sdk/compare/v0.2.2...v0.2.3) (2025-01-21)
221

322
### 🐛 Bug Fixes

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.2.3"
3+
version = "0.3.0"
44
authors = [
55
{ name="Eden Reich", email="[email protected]" },
66
]

0 commit comments

Comments
 (0)