Skip to content

Commit 9ac6833

Browse files
chore(release): 0.2.2 [skip ci]
## [0.2.2](v0.2.1...v0.2.2) (2025-01-21) ### 🐛 Bug Fixes * **release:** Correct version extraction regex to improve accuracy ([4f0a6af](4f0a6af)) * **release:** Update version extraction regex to use Perl-compatible syntax ([4b4475e](4b4475e))
1 parent 4f0a6af commit 9ac6833

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.2](https://github.com/inference-gateway/python-sdk/compare/v0.2.1...v0.2.2) (2025-01-21)
2+
3+
### 🐛 Bug Fixes
4+
5+
* **release:** Correct version extraction regex to improve accuracy ([4f0a6af](https://github.com/inference-gateway/python-sdk/commit/4f0a6af3d715ab6f75815354bd8c5b7c33ab98df))
6+
* **release:** Update version extraction regex to use Perl-compatible syntax ([4b4475e](https://github.com/inference-gateway/python-sdk/commit/4b4475e2db82fcdcd67252f451225ffba56912b2))
7+
18
## [0.2.1](https://github.com/inference-gateway/python-sdk/compare/v0.2.0...v0.2.1) (2025-01-21)
29

310
### 🔧 Miscellaneous

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

0 commit comments

Comments
 (0)