Skip to content

Commit

Permalink
bump: version 0.3.1 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2024
1 parent 8df138a commit 2cb5e1c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v0.4.0 (2024-09-16)

### Feat

- wait for schema registry to become available
- add Kafka Avro reader
- add Kafka Avro reader
- add avro parser
- add schema registry class

### Fix

- start from earliest checkpoint
- use colima on mac
- wait for schema registry to be ready before running tests

### Refactor

- schema type to config
- Switch to Poetry from PDM

## v0.3.1 (2024-09-11)

### Fix
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.1"
__version__ = "0.4.0"

0 comments on commit 2cb5e1c

Please sign in to comment.