Skip to content

Commit 794e956

Browse files
committed
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.
1 parent cac93e2 commit 794e956

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jujutsu"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Martin von Zweigbergk <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -37,7 +37,7 @@ hex = "0.4.3"
3737
indoc = "1.0.3"
3838
insta = "1.13.0"
3939
itertools = "0.10.3"
40-
jujutsu-lib = { version = "=0.3.0", path = "lib"}
40+
jujutsu-lib = { version = "=0.3.1", path = "lib"}
4141
maplit = "1.0.2"
4242
pest = "2.1.3"
4343
pest_derive = "2.1.0"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jujutsu-lib"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Martin von Zweigbergk <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)