Skip to content

Commit

Permalink
bump: version 0.8.2 → 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 6, 2024
1 parent f9aed99 commit fbf5cde
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2"
version = "0.8.3"
update_changelog_on_bump = true
major_version_zero = true
version_files = [
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.8.3 (2024-10-06)

### Fix

- parse backstory and word properly
- update docs and flake

## v0.8.2 (2024-08-20)

### Fix
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.2"
version = "0.8.3"
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.2" }
recipe-parser = { path = "../recipe-parser", version = "0.8.3" }
console = "0.15.7"
tabwriter = "1.2.1"

0 comments on commit fbf5cde

Please sign in to comment.