From 794e956a8477370c720f79ca7f437cf5224379e7 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 13 Mar 2022 21:34:44 -0700 Subject: [PATCH] release: bump version to 0.3.1 This release is just to get #131 out and to see if the automated release builds work now that we use a vendored OpenSSL from libgit2. --- 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 bfbf917d1..6c962111e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "jujutsu" -version = "0.3.0" +version = "0.3.1" dependencies = [ "assert_cmd", "atty", @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "jujutsu-lib" -version = "0.3.0" +version = "0.3.1" dependencies = [ "assert_matches", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 77d1e0358..9f42cf782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jujutsu" -version = "0.3.0" +version = "0.3.1" 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.0", path = "lib"} +jujutsu-lib = { version = "=0.3.1", 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 463477971..90f713510 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jujutsu-lib" -version = "0.3.0" +version = "0.3.1" authors = ["Martin von Zweigbergk "] edition = "2021" license = "Apache-2.0"