diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3c05238 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +## v0.1.0 (2024-09-05) + +### Feat + +- add Iceberg writer with tests +- add Sparkle class +- add pyspark to dependencies. +- **sources**: initialize the reader design. +- **config**: initialize the application structure. + +### Fix + +- do not fail fast CI matrix +- python version +- devenv & python version +- **config**: config implemnetation errors. + +### Refactor + +- ruff hints +- Read source on reader initialization +- **Sparkle**: to generate input configuration. +- **Soruces**: to preserve typing, documentation and autocompletion. + +## 0.0.0 (2024-07-26) diff --git a/src/sparkle/__init__.py b/src/sparkle/__init__.py index 6c8e6b9..3dc1f76 100644 --- a/src/sparkle/__init__.py +++ b/src/sparkle/__init__.py @@ -1 +1 @@ -__version__ = "0.0.0" +__version__ = "0.1.0"