Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2024
1 parent 1d57bde commit 36a2c91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.5.1 (2024-10-02)

### Fix

- regression on #21.
- package version in the package.

## v0.5.0 (2024-09-30)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sparkle"
version = "0.5.0"
version = "0.5.1"
description = "✨ A meta framework for Apache Spark, helping data engineers to focus on solving business problems with highest quality!"
authors = [
"Reza (Shahin) Khanipour <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@ fastavro = "^1.9.7"
types-confluent-kafka = "^1.2.2"

[tool.commitizen]
version = "0.5.0"
version = "0.5.1"
update_changelog_on_bump = true
version_provider = "scm"
tag_format = "v$version"
Expand Down
2 changes: 1 addition & 1 deletion src/sparkle/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit 36a2c91

Please sign in to comment.