Skip to content

Commit

Permalink
bump: version 0.8.0 → 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2024
1 parent 208818b commit ddf2f65
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.8.0"
version = "0.8.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.8.1 (2024-05-27)

### Fix

- use proper feature for wasm

## v0.8.0 (2024-05-27)

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

[workspace.package]
version = "0.8.0"
version = "0.8.1"
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.8.0" }
recipe-parser = { path = "../recipe-parser", version = "0.8.1" }
console = "0.15.7"
tabwriter = "1.2.1"

0 comments on commit ddf2f65

Please sign in to comment.