Skip to content

Commit

Permalink
release: release version 0.4.0
Browse files Browse the repository at this point in the history
This release is mostly about the fix for #177, which looks pretty bad
even though I think it is actually harmless. It also has `jj log -p`
contributed by @yuja!
  • Loading branch information
martinvonz committed Apr 3, 2022
1 parent 28916ce commit 6efa478
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2022-04-02

### Breaking changes

* Dropped support for config in `~/.jjconfig`. Your configuration is now read
Expand Down
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.3"
version = "0.4.0"
authors = ["Martin von Zweigbergk <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ hex = "0.4.3"
indoc = "1.0.4"
insta = "1.14.0"
itertools = "0.10.3"
jujutsu-lib = { version = "=0.3.3", path = "lib"}
jujutsu-lib = { version = "=0.4.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.3.3"
version = "0.4.0"
authors = ["Martin von Zweigbergk <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 6efa478

Please sign in to comment.