Skip to content

Commit 8271f15

Browse files
bump: version 0.4.2 → 0.4.3
1 parent aee7450 commit 8271f15

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cz_conventional_commits"
33
tag_format = "v$version"
44
version_type = "semver"
5-
version = "0.4.2"
5+
version = "0.4.3"
66
update_changelog_on_bump = true
77
major_version_zero = true
88
version_files = [

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.4.3 (2024-04-18)
2+
3+
### Fix
4+
5+
- use repeat instead of repeat_till
6+
17
## v0.4.2 (2024-04-16)
28

39
### Fix

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/recipe-parser", "crates/recp"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.4.2"
6+
version = "0.4.3"
77
edition = "2021"
88
description = "Write recipes understood by humans and machines"
99
keywords = ["recipes", "cooking", "markup-language", "recipe-lang"]

crates/recp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ categories = ["command-line-utilities"]
1313
[dependencies]
1414
Inflector = "0.11.4"
1515
clap = { version = "4.3.1", features = ["derive"] }
16-
recipe-parser = { path = "../recipe-parser", version = "0.4.2" }
16+
recipe-parser = { path = "../recipe-parser", version = "0.4.3" }
1717
console = "0.15.7"
1818
tabwriter = "1.2.1"

0 commit comments

Comments
 (0)