Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 11, 2024
1 parent 0be08fc commit 48627c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.3.1 (2024-09-11)

### Fix

- **spark**: lock package version, to ensure they match plugins.
- **typing**: error "AnalysisException" has no attribute "desc"

### Refactor

- **test**: run development services using devenv.
- switch to poetry.

## v0.3.0 (2024-09-10)

### 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.3.0"
__version__ = "0.3.1"

0 comments on commit 48627c8

Please sign in to comment.