We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e8587 commit c9f56eaCopy full SHA for c9f56ea
.cz.toml
@@ -3,7 +3,7 @@
3
bump_message = "release $current_version → $new_version [skip-ci]"
4
name = "cz_conventional_commits"
5
tag_format = "v$version"
6
-version = "0.2.1"
+version = "0.3.0"
7
version_files = [ "VERSION" ]
8
update_changelog_on_bump = true
9
annotated_tag = true
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v0.3.0 (2024-11-13)
2
+
+### Feat
+- **timing_decorator**: add decorator to output how long function takes
+### Refactor
+- **download_blob_and_return_object**: no longer store downloaded model locally
10
11
## v0.2.1 (2024-11-11)
12
13
### Refactor
VERSION
@@ -1 +1 @@
-0.2.1
+0.3.0
0 commit comments