Skip to content

Commit

Permalink
bump: version 0.2.9 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2023
1 parent b4f04e0 commit 9c9e403
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cz_conventional_commits"
tag_format = "v$version"
version_type = "semver"
version = "0.2.9"
version = "0.3.0"
update_changelog_on_bump = true
major_version_zero = true
version_files = [
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.0 (2023-11-10)

### Feat

- add flakestry release

## v0.2.9 (2023-11-06)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.2.9"
version = "0.3.0"
edition = "2021"
description = "Write recipes understood by humans and machines"
keywords = ["recipes", "cooking", "markup-language", "recipe-lang"]
Expand Down
2 changes: 1 addition & 1 deletion crates/recp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ categories = ["command-line-utilities"]
[dependencies]
Inflector = "0.11.4"
clap = { version = "4.3.1", features = ["derive"] }
recipe-parser = { path = "../recipe-parser", version = "0.2.9" }
recipe-parser = { path = "../recipe-parser", version = "0.3.0" }
console = "0.15.7"
tabwriter = "1.2.1"

0 comments on commit 9c9e403

Please sign in to comment.