diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0ff5a..5054a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/sparkle/__init__.py b/src/sparkle/__init__.py index 6a9beea..3d18726 100644 --- a/src/sparkle/__init__.py +++ b/src/sparkle/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"