From 803ae4f0a16ba7e6ba5edd8e91f0326384e09560 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 21 Apr 2024 21:47:44 -0400 Subject: [PATCH] v0.5.0 --- Cargo.lock | 8 ++++---- RELEASING.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b122ed53..ed90c9121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -783,7 +783,7 @@ dependencies = [ [[package]] name = "integration-tests" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "cc", @@ -1631,7 +1631,7 @@ dependencies = [ [[package]] name = "taskchampion" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "byteorder", @@ -1658,7 +1658,7 @@ dependencies = [ [[package]] name = "taskchampion-lib" -version = "0.1.0" +version = "0.5.0" dependencies = [ "anyhow", "ffizz-header", @@ -2319,7 +2319,7 @@ dependencies = [ [[package]] name = "xtask" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "regex", diff --git a/RELEASING.md b/RELEASING.md index 9d01480e0..361bf3665 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -5,7 +5,7 @@ 1. Run `cargo clean && cargo clippy` 1. Run `mdbook test docs` 1. Update `version` in `*/Cargo.toml`. All versions should match. -1. Run `cargo build --release` +1. Run `cargo build --release -p taskchampion` and `-p taskchampion-lib`. 1. Commit the changes (Cargo.lock will change too) with comment `vX.Y.Z`. 1. Run `git tag vX.Y.Z` 1. Run `git push upstream`