release: release version 0.6.1

The only changes is that we now depend on a released version of
`thrift`.
This commit is contained in:
Martin von Zweigbergk 2022-12-05 20:31:59 -08:00 committed by Martin von Zweigbergk
parent dfde44255c
commit 5caade2705
5 changed files with 11 additions and 7 deletions

View file

@ -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

6
Cargo.lock generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
[package]
name = "jujutsu"
version = "0.6.0"
version = "0.6.1"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
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"

View file

@ -1,6 +1,6 @@
[package]
name = "jujutsu-lib"
version = "0.6.0"
version = "0.6.1"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
edition = "2021"
rust-version = "1.60"

View file

@ -1,6 +1,6 @@
[package]
name = "testutils"
version = "0.5.1"
version = "0.6.1"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
edition = "2021"
rust-version = "1.60"