diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c684cf6..bcf4f7695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Thanks to the people who made this release happen! +## [0.6.1] - 2022-12-05 + +No changes, only changed to a released version of the `thrift` crate dependency. + ## [0.6.0] - 2022-12-05 ### Breaking changes diff --git a/Cargo.lock b/Cargo.lock index 2acd35ba0..ea28c0f40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,7 +765,7 @@ dependencies = [ [[package]] name = "jujutsu" -version = "0.6.0" +version = "0.6.1" dependencies = [ "assert_cmd", "chrono", @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "jujutsu-lib" -version = "0.6.0" +version = "0.6.1" dependencies = [ "assert_matches", "backoff", @@ -1709,7 +1709,7 @@ dependencies = [ [[package]] name = "testutils" -version = "0.5.1" +version = "0.6.1" dependencies = [ "config", "git2", diff --git a/Cargo.toml b/Cargo.toml index 103248799..4d9c74d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jujutsu" -version = "0.6.0" +version = "0.6.1" authors = ["Martin von Zweigbergk "] edition = "2021" rust-version = "1.60" # Remember to update CI @@ -44,7 +44,7 @@ dirs = "4.0.0" git2 = "0.15.0" hex = "0.4.3" itertools = "0.10.5" -jujutsu-lib = { version = "=0.6.0", path = "lib", default-features = false } +jujutsu-lib = { version = "=0.6.1", path = "lib", default-features = false } once_cell = "1.15.0" maplit = "1.0.2" pest = "2.5.1" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index adafed7c5..1112a7c20 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jujutsu-lib" -version = "0.6.0" +version = "0.6.1" authors = ["Martin von Zweigbergk "] edition = "2021" rust-version = "1.60" diff --git a/lib/testutils/Cargo.toml b/lib/testutils/Cargo.toml index 4845d5fd8..3ff530da9 100644 --- a/lib/testutils/Cargo.toml +++ b/lib/testutils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testutils" -version = "0.5.1" +version = "0.6.1" authors = ["Martin von Zweigbergk "] edition = "2021" rust-version = "1.60"