Skip to content

Commit ad2c28c

Browse files
authored
Merge pull request #23 from zensical/release/v0.0.5
chore: release v0.0.5
2 parents 102f056 + cbd8e98 commit ad2c28c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ all = { level = "warn", priority = -1 }
3939
pedantic = { level = "warn", priority = -1 }
4040

4141
[workspace.dependencies]
42-
mono-changeset = { version = "0.0.4", path = "crates/mono-changeset" }
42+
mono-changeset = { version = "0.0.5", path = "crates/mono-changeset" }
4343
mono-project = { version = "0.0.2", path = "crates/mono-project" }
4444
mono-repository = { version = "0.0.3", path = "crates/mono-repository" }
4545

crates/mono-changeset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
[package]
2525
name = "mono-changeset"
26-
version = "0.0.4"
26+
version = "0.0.5"
2727
description = "Mono repository changeset utilities"
2828
edition.workspace = true
2929
rust-version.workspace = true

crates/mono/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
[package]
2525
name = "mono"
26-
version = "0.0.4"
26+
version = "0.0.5"
2727
description = "Mono repository automation toolkit"
2828
edition.workspace = true
2929
rust-version.workspace = true

0 commit comments

Comments
 (0)