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.
This commit is contained in:
Martin von Zweigbergk 2022-03-16 12:05:39 -07:00 committed by Martin von Zweigbergk
parent 73a0f72ffa
commit 168d986827
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
[package]
name = "jujutsu"
version = "0.3.1"
version = "0.3.3"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
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"

View file

@ -1,6 +1,6 @@
[package]
name = "jujutsu-lib"
version = "0.3.1"
version = "0.3.3"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
edition = "2021"
license = "Apache-2.0"