From 3503ea8e842f6b0bc191bb34780bafab2e371aa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Sep 2024 08:28:33 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.0=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 25 +++++++++++++++++++++++++ src/sparkle/__init__.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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"