Skip to content

Commit 6b7caf3

Browse files
bump: version 0.10.1 → 0.10.2
1 parent 5afb952 commit 6b7caf3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.10.2 (2026-02-23)
2+
3+
### Fix
4+
5+
- **deps**: bump clap in the all-cargo-dependencies group (#32)
6+
17
## v0.10.1 (2026-02-19)
28

39
### Fix

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.10.1"
9+
version = "0.10.2"
1010
edition = "2024"
1111
description = "Write recipes understood by humans and machines"
1212
keywords = ["recipes", "cooking", "markup-language", "recipe-lang"]
@@ -33,7 +33,7 @@ install-updater = true
3333
install-path = "CARGO_HOME"
3434

3535
[workspace.dependencies]
36-
recipe-parser = { path = "crates/recipe-parser", version = "0.10.1" }
36+
recipe-parser = { path = "crates/recipe-parser", version = "0.10.2" }
3737

3838
# The profile that 'cargo dist' will build with
3939
[profile.dist]

0 commit comments

Comments
 (0)