Skip to content

Commit

Permalink
bump: version 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 30, 2024
1 parent 6e8b15c commit df02179
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.5.0 (2024-09-30)

### Fix

- not supported environment exception

### Refactor

- rename kafka_options to kafka_spark_options
- rename local to generic
- accept readers in Sparkle class
- delete local spark session
- Spark configuration
- let Sparke create Spark session

## v0.4.0 (2024-09-16)

### 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.4.0"
__version__ = "0.5.0"

0 comments on commit df02179

Please sign in to comment.