Skip to content

Commit c9f56ea

Browse files
release 0.2.1 → 0.3.0 [skip-ci]
1 parent 20e8587 commit c9f56ea

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
bump_message = "release $current_version → $new_version [skip-ci]"
44
name = "cz_conventional_commits"
55
tag_format = "v$version"
6-
version = "0.2.1"
6+
version = "0.3.0"
77
version_files = [ "VERSION" ]
88
update_changelog_on_bump = true
99
annotated_tag = true

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.3.0 (2024-11-13)
2+
3+
### Feat
4+
5+
- **timing_decorator**: add decorator to output how long function takes
6+
7+
### Refactor
8+
9+
- **download_blob_and_return_object**: no longer store downloaded model locally
10+
111
## v0.2.1 (2024-11-11)
212

313
### Refactor

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3.0

0 commit comments

Comments
 (0)