Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 10, 2024
1 parent 215fa41 commit 5ec6089
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.0 (2024-09-10)

### Feat

- Add Kafka stream publisher
- add dataframe to kafka compatible dataframe transforner

## v0.2.0 (2024-09-06)

### Feat
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.2.0"
__version__ = "0.3.0"

0 comments on commit 5ec6089

Please sign in to comment.