Skip to content

Commit 7bca685

Browse files
committed
release: release version 0.5.1
This point of this release is just to trigger the release automation on GitHub.
1 parent 5db47b7 commit 7bca685

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.1] - 2022-10-17
11+
12+
No changes (just trying to get automated GitHub release to work).
13+
1014
## [0.5.0] - 2022-10-17
1115

1216
### Breaking changes

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.5.0"
3+
version = "0.5.1"
44
authors = ["Martin von Zweigbergk <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60" # Remember to update CI
@@ -44,7 +44,7 @@ dirs = "4.0.0"
4444
git2 = "0.15.0"
4545
hex = "0.4.3"
4646
itertools = "0.10.5"
47-
jujutsu-lib = { version = "=0.5.0", path = "lib"}
47+
jujutsu-lib = { version = "=0.5.1", path = "lib"}
4848
maplit = "1.0.2"
4949
pest = "2.4.0"
5050
pest_derive = "2.4"

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.5.0"
3+
version = "0.5.1"
44
authors = ["Martin von Zweigbergk <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60"

0 commit comments

Comments
 (0)