Skip to content

Commit

Permalink
release: bump version to 0.3.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martinvonz committed Mar 14, 2022
1 parent cac93e2 commit 794e956
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jujutsu"
version = "0.3.0"
version = "0.3.1"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -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.0", path = "lib"}
jujutsu-lib = { version = "=0.3.1", path = "lib"}
maplit = "1.0.2"
pest = "2.1.3"
pest_derive = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jujutsu-lib"
version = "0.3.0"
version = "0.3.1"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 794e956

Please sign in to comment.