-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b89907c
commit aa59f23
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## v0.6.3 (2024-10-18) | ||
|
||
### Fix | ||
|
||
- include utils as a package | ||
|
||
## v0.6.2 (2024-10-16) | ||
|
||
### Refactor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "sparkle" | ||
version = "0.6.2" | ||
version = "0.6.3" | ||
description = "✨ A meta framework for Apache Spark, helping data engineers to focus on solving business problems with highest quality!" | ||
authors = [ | ||
"Reza (Shahin) Khanipour <[email protected]>", | ||
|
@@ -35,7 +35,7 @@ types-confluent-kafka = "^1.2.2" | |
chispa = "^0.10.1" | ||
|
||
[tool.commitizen] | ||
version = "0.6.2" | ||
version = "0.6.3" | ||
update_changelog_on_bump = true | ||
version_provider = "scm" | ||
tag_format = "v$version" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.6.2" | ||
__version__ = "0.6.3" |