Skip to content

Commit

Permalink
bump: version 0.5.1 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2024
1 parent 91901f7 commit 65be59d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.6.0 (2024-10-03)

### Feat

- **kafkaWriter**: add batch publisher
- add chispa pkg for easy spark DF comparisons
- add kafka-ui service so I can see what goes on

### Fix

- add missing colon
- check if Kafka columns in writer are *exactly* {key, value}

## v0.5.1 (2024-10-02)

### 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.1"
version = "0.6.0"
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 @@ -35,7 +35,7 @@ types-confluent-kafka = "^1.2.2"
chispa = "^0.10.1"

[tool.commitizen]
version = "0.5.1"
version = "0.6.0"
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.1"
__version__ = "0.6.0"

0 comments on commit 65be59d

Please sign in to comment.