From 8f4949d2e495bca5bf0eca125122eb968965cf74 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sat, 12 Mar 2022 10:48:51 -0800 Subject: [PATCH] release: bump version to 0.3.0 There's been *a lot* of changes since 0.2.0 almost a year ago. With the attention the project has gotten recently, I feel like I should cut a new release and start keeping a changelog. So let's start by bumping the version to 0.3.0. --- 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 1c9d423c6..73461fde7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "jujutsu" -version = "0.2.0" +version = "0.3.0" dependencies = [ "assert_cmd", "atty", @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "jujutsu-lib" -version = "0.2.0" +version = "0.3.0" dependencies = [ "assert_matches", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 3d510dadf..2908e07eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jujutsu" -version = "0.2.0" +version = "0.3.0" 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.2.0", path = "lib"} +jujutsu-lib = { version = "=0.3.0", 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 c4e59799d..c8c7721e5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jujutsu-lib" -version = "0.2.0" +version = "0.3.0" authors = ["Martin von Zweigbergk "] edition = "2021" license = "Apache-2.0"