Skip to content

Commit d7c958d

Browse files
chore(release): 0.1.2 [skip ci]
## [0.1.2](v0.1.1...v0.1.2) (2025-01-21) ### 📦 Improvements * Add Node.js and npm installation to Dockerfile for running --dry-run semantic-release ([a7ee6a1](a7ee6a1)) * Update Dockerfile and devcontainer.json to install Task and add VSCode extension ([cf816ba](cf816ba)) ### 🐛 Bug Fixes * Update clean task in Taskfile.yml to reflect new package name ([8e4bcb7](8e4bcb7)) ### 👷 CI * Add CI workflow for testing and code formatting with Black ([1ed8cca](1ed8cca)) * Add GitHub Release workflow with semantic-release integration ([41a444e](41a444e)) * Change release trigger to workflow_dispatch ([1407c07](1407c07)) ### 📚 Documentation * Update installation instructions and usage example in README.md ([e1ec576](e1ec576)) ### 🔧 Miscellaneous * Update paths in devcontainer.json and pyproject.toml for repository renaming ([4f1c9a1](4f1c9a1)) * Update README.md ([afca0e5](afca0e5))
1 parent 1407c07 commit d7c958d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## [0.1.2](https://github.com/inference-gateway/python-sdk/compare/v0.1.1...v0.1.2) (2025-01-21)
2+
3+
### 📦 Improvements
4+
5+
* Add Node.js and npm installation to Dockerfile for running --dry-run semantic-release ([a7ee6a1](https://github.com/inference-gateway/python-sdk/commit/a7ee6a1132cfa3dd008877711a6b13f0976b27b7))
6+
* Update Dockerfile and devcontainer.json to install Task and add VSCode extension ([cf816ba](https://github.com/inference-gateway/python-sdk/commit/cf816baa1e0d78b1ae71889e4ac5cab03f1b074c))
7+
8+
### 🐛 Bug Fixes
9+
10+
* Update clean task in Taskfile.yml to reflect new package name ([8e4bcb7](https://github.com/inference-gateway/python-sdk/commit/8e4bcb78cc447028ce3ae0136fe527bf92c26b9e))
11+
12+
### 👷 CI
13+
14+
* Add CI workflow for testing and code formatting with Black ([1ed8cca](https://github.com/inference-gateway/python-sdk/commit/1ed8cca75623aa4596d9f2ae4d89cc68603a103c))
15+
* Add GitHub Release workflow with semantic-release integration ([41a444e](https://github.com/inference-gateway/python-sdk/commit/41a444e0a578175c338b2456f691f3938068ef7a))
16+
* Change release trigger to workflow_dispatch ([1407c07](https://github.com/inference-gateway/python-sdk/commit/1407c07724cf4429202466b2abd67b91130f9fd3))
17+
18+
### 📚 Documentation
19+
20+
* Update installation instructions and usage example in README.md ([e1ec576](https://github.com/inference-gateway/python-sdk/commit/e1ec576906924c6ab1d9c92f04e9734fde1ece80))
21+
22+
### 🔧 Miscellaneous
23+
24+
* Update paths in devcontainer.json and pyproject.toml for repository renaming ([4f1c9a1](https://github.com/inference-gateway/python-sdk/commit/4f1c9a162b12c8363f18a06b316297a4d9c0f4cd))
25+
* Update README.md ([afca0e5](https://github.com/inference-gateway/python-sdk/commit/afca0e5d3500c3a949d2fd876b26391f8ea7f0b7))

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

0 commit comments

Comments
 (0)