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.
This commit is contained in:
Martin von Zweigbergk 2022-03-12 10:48:51 -08:00 committed by Martin von Zweigbergk
parent de5d0d44a7
commit 8f4949d2e4
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.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",

View file

@ -1,6 +1,6 @@
[package]
name = "jujutsu"
version = "0.2.0"
version = "0.3.0"
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.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"

View file

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