Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jun 29, 2024
1 parent b76c0ef commit ce3273a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "integration-tests"
version = "0.5.0"
version = "0.6.0"
authors = ["Dustin J. Mitchell <[email protected]>"]
edition = "2021"
publish = false
Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taskchampion-lib"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
authors = ["Dustin J. Mitchell <[email protected]>"]
description = "Personal task-tracking"
Expand All @@ -17,7 +17,7 @@ libc.workspace = true
anyhow.workspace = true
ffizz-header.workspace = true

taskchampion = { path = "../taskchampion", version = "0.5.0" }
taskchampion = { path = "../taskchampion", version = "0.6.0" }

[dev-dependencies]
pretty_assertions.workspace = true
2 changes: 1 addition & 1 deletion taskchampion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taskchampion"
version = "0.5.0"
version = "0.6.0"
authors = ["Dustin J. Mitchell <[email protected]>"]
description = "Personal task-tracking"
homepage = "https://gothenburgbitfactory.github.io/taskchampion/"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.5.0"
version = "0.6.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit ce3273a

Please sign in to comment.