Skip to content

Commit

Permalink
release: bump version to 0.3.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martinvonz committed Mar 13, 2022
1 parent de5d0d4 commit 8f4949d
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.2.0"
version = "0.3.0"
authors = ["Martin von Zweigbergk <[email protected]>"]
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.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"
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.2.0"
version = "0.3.0"
authors = ["Martin von Zweigbergk <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 8f4949d

Please sign in to comment.