Skip to content

Commit d458574

Browse files
committed
chore(main): release 0.1.0
1 parent 9537418 commit d458574

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/quickube/qscaler-python-sdk/compare/v0.0.1...v0.1.0) (2025-06-02)
4+
5+
6+
### Features
7+
8+
* pypi publish ([#31](https://github.com/quickube/qscaler-python-sdk/issues/31)) ([21ea15f](https://github.com/quickube/qscaler-python-sdk/commit/21ea15f9209605e9e5803fa88768543dc0dd1668))
9+
10+
11+
### Bug Fixes
12+
13+
* release workflow ([#31](https://github.com/quickube/qscaler-python-sdk/issues/31)) ([9537418](https://github.com/quickube/qscaler-python-sdk/commit/9537418ba332121effd00868090ca5ac985f275b))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qscaler"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Python SDK for QScaler - Kubernetes-native queue worker autoscaler"
55
authors = ["Quickube"]
66
readme = "README.md"

0 commit comments

Comments
 (0)