Skip to content

Commit

Permalink
release: release version 0.5.0
Browse files Browse the repository at this point in the history
It's been several months since the last release and a lot has
changed. Probably the biggest change is that open commits are now
disabled by default.
  • Loading branch information
martinvonz committed Oct 18, 2022
1 parent f6dd251 commit eda79bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion 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.5.0] - 2022-10-17

### Breaking changes

* Open commits are now disabled by default. That means that `jj checkout` will
Expand All @@ -33,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* `jj merge` now checks out the new commit. The command now behaves exactly
like `jj new`, except that it requires at least two arguments.


* When the working-copy commit is abandoned by `jj abandon` and the parent
commit is open, a new working-copy commit will be created on top (the open
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.4.0"
version = "0.5.0"
authors = ["Martin von Zweigbergk <[email protected]>"]
edition = "2021"
rust-version = "1.60" # Remember to update CI
Expand Down Expand Up @@ -44,7 +44,7 @@ dirs = "4.0.0"
git2 = "0.15.0"
hex = "0.4.3"
itertools = "0.10.5"
jujutsu-lib = { version = "=0.4.0", path = "lib"}
jujutsu-lib = { version = "=0.5.0", path = "lib"}
maplit = "1.0.2"
pest = "2.4.0"
pest_derive = "2.4"
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.4.0"
version = "0.5.0"
authors = ["Martin von Zweigbergk <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down

0 comments on commit eda79bf

Please sign in to comment.