Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2023
1 parent e954667 commit 298d9c3
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.0"
version = "0.2.1"
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.2.1 (2023-06-10)

### Fix

- flake improvements

## v0.2.0 (2023-06-09)

### BREAKING CHANGE
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.0"
version = "0.2.1"
edition = "2021"
description = "Write recipes in a human readable and machine parseable language"
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 @@ -12,6 +12,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.0" }
recipe-parser = { path = "../recipe-parser", version = "0.2.1" }
console = "0.15.7"
tabwriter = "1.2.1"

0 comments on commit 298d9c3

Please sign in to comment.