diff --git a/Cargo.lock b/Cargo.lock index 581f40c..20e046d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "osrs-cli" -version = "1.0.2" +version = "1.1.0" dependencies = [ "anyhow", "assert_approx_eq", diff --git a/Cargo.toml b/Cargo.toml index b23eb59..9a7c3ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "osrs-cli" repository = "https://github.com/LucasPickering/osrs-cli" # If you update this, make sure to update the version used in ci.yml rust-version = "1.56" -version = "1.0.2" +version = "1.1.0" [[bin]] name = "osrs" diff --git a/RELEASE.md b/RELEASE.md index 853f9e8..ef8ca83 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,6 +4,7 @@ The release process for this tool is as follows: - Cut a `release-x.y.z` branch - Update the version number in `Cargo.toml` to `x.y.z` + - Commit with the message `x.y.z` - This branch should include **no** other changes, all patches should've already been merged to `master` - Post and merge a PR for this branch - Pull latest master (with the version update)