Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.0](https://github.com/quickube/qscaler-python-sdk/compare/v0.0.1...v0.1.0) (2025-06-02)


### Features

* pypi publish ([#31](https://github.com/quickube/qscaler-python-sdk/issues/31)) ([21ea15f](https://github.com/quickube/qscaler-python-sdk/commit/21ea15f9209605e9e5803fa88768543dc0dd1668))


### Bug Fixes

* release workflow ([#31](https://github.com/quickube/qscaler-python-sdk/issues/31)) ([9537418](https://github.com/quickube/qscaler-python-sdk/commit/9537418ba332121effd00868090ca5ac985f275b))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qscaler"
version = "0.0.1"
version = "0.1.0"
description = "Python SDK for QScaler - Kubernetes-native queue worker autoscaler"
authors = ["Quickube"]
readme = "README.md"
Expand Down