From 168d98682741794d8ad35e11b06f6259f495199e Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 16 Mar 2022 12:05:39 -0700 Subject: [PATCH] release: bump version to 0.3.3 (skipping 0.3.2) I forgot to bump the version to 0.3.2 before tagging and releasing it, so the released 0.3.2 has version number 0.3.1 in the source code and (therefore) reported from `jj --version`. I'm therefore bumping it from 0.3.1 to 0.3.3 now, so there can be a matching 0.3.3 release. --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- lib/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c962111e..e809c20af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "jujutsu" -version = "0.3.1" +version = "0.3.3" dependencies = [ "assert_cmd", "atty", @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "jujutsu-lib" -version = "0.3.1" +version = "0.3.3" dependencies = [ "assert_matches", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 9f42cf782..e83649118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jujutsu" -version = "0.3.1" +version = "0.3.3" authors = ["Martin von Zweigbergk "] edition = "2021" license = "Apache-2.0" @@ -37,7 +37,7 @@ hex = "0.4.3" indoc = "1.0.3" insta = "1.13.0" itertools = "0.10.3" -jujutsu-lib = { version = "=0.3.1", path = "lib"} +jujutsu-lib = { version = "=0.3.3", path = "lib"} maplit = "1.0.2" pest = "2.1.3" pest_derive = "2.1.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 90f713510..128020b2a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jujutsu-lib" -version = "0.3.1" +version = "0.3.3" authors = ["Martin von Zweigbergk "] edition = "2021" license = "Apache-2.0"