Skip to content

Commit 7bfabca

Browse files
chore(release): 0.5.0 [skip ci]
## [0.5.0](v0.4.1...v0.5.0) (2025-07-26) ### ✨ Features * Add google provider ([#4](#4)) ([09caa2e](09caa2e)) ### ♻️ Improvements * Enhance streaming chat completion with structured SSEvent handling and validation ([#3](#3)) ([cfcf147](cfcf147)) ### 📚 Documentation * Update README examples for Docker setup and LLM configuration ([e55776d](e55776d)) ### 🔧 Miscellaneous * Add dependabot configuration for pip and GitHub Actions updates ([3dcc773](3dcc773)) * Change GitHub Actions update schedule from weekly to daily ([99fd21f](99fd21f)) * Set open-pull-requests-limit to 0 for dependabot updates ([ec02f02](ec02f02))
1 parent 09caa2e commit 7bfabca

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [0.5.0](https://github.com/inference-gateway/python-sdk/compare/v0.4.1...v0.5.0) (2025-07-26)
2+
3+
### ✨ Features
4+
5+
* Add google provider ([#4](https://github.com/inference-gateway/python-sdk/issues/4)) ([09caa2e](https://github.com/inference-gateway/python-sdk/commit/09caa2e466deb9378376716b099134ed8c930a76))
6+
7+
### ♻️ Improvements
8+
9+
* Enhance streaming chat completion with structured SSEvent handling and validation ([#3](https://github.com/inference-gateway/python-sdk/issues/3)) ([cfcf147](https://github.com/inference-gateway/python-sdk/commit/cfcf14701331ccaede318778c66c8337d277ff94))
10+
11+
### 📚 Documentation
12+
13+
* Update README examples for Docker setup and LLM configuration ([e55776d](https://github.com/inference-gateway/python-sdk/commit/e55776d0037d910d08f4303c836a864b8974d589))
14+
15+
### 🔧 Miscellaneous
16+
17+
* Add dependabot configuration for pip and GitHub Actions updates ([3dcc773](https://github.com/inference-gateway/python-sdk/commit/3dcc773dff3cd853fda6da21d97cbc7d0e59f8a4))
18+
* Change GitHub Actions update schedule from weekly to daily ([99fd21f](https://github.com/inference-gateway/python-sdk/commit/99fd21f902f01c13df3684b05a917121701b04db))
19+
* Set open-pull-requests-limit to 0 for dependabot updates ([ec02f02](https://github.com/inference-gateway/python-sdk/commit/ec02f02792c35a172ac4c13a07a5bcecd2ca70d9))
20+
121
## [0.4.1](https://github.com/inference-gateway/python-sdk/compare/v0.4.0...v0.4.1) (2025-05-26)
222

323
### 📚 Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "inference-gateway"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = [{ name = "Eden Reich", email = "eden.reich@gmail.com" }]
55
description = "A Python SDK for Inference Gateway"
66
readme = "README.md"

0 commit comments

Comments
 (0)