Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent 86c1998 commit 3503ea8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion src/sparkle/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.1.0"

0 comments on commit 3503ea8

Please sign in to comment.