mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
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:
parent
de5d0d44a7
commit
8f4949d2e4
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -643,7 +643,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jujutsu"
|
name = "jujutsu"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"atty",
|
"atty",
|
||||||
|
@ -674,7 +674,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jujutsu-lib"
|
name = "jujutsu-lib"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"backoff",
|
"backoff",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jujutsu"
|
name = "jujutsu"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -37,7 +37,7 @@ hex = "0.4.3"
|
||||||
indoc = "1.0.3"
|
indoc = "1.0.3"
|
||||||
insta = "1.13.0"
|
insta = "1.13.0"
|
||||||
itertools = "0.10.3"
|
itertools = "0.10.3"
|
||||||
jujutsu-lib = { version = "=0.2.0", path = "lib"}
|
jujutsu-lib = { version = "=0.3.0", path = "lib"}
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
pest = "2.1.3"
|
pest = "2.1.3"
|
||||||
pest_derive = "2.1.0"
|
pest_derive = "2.1.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jujutsu-lib"
|
name = "jujutsu-lib"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
Loading…
Reference in a new issue