diff --git a/.github/release-body.md b/.github/release-body.md index 56e94f4..59cdbb8 100644 --- a/.github/release-body.md +++ b/.github/release-body.md @@ -1 +1,5 @@ -**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.2.0...v0.2.1 \ No newline at end of file +## Bug fix + +Authentication thread doesn't panic anymore when Minecraft session is expired + +**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.2.1...v0.2.2 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 322f798..e1f3fe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1578,7 +1578,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sculptor" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "anyhow-http", diff --git a/Cargo.toml b/Cargo.toml index ad0d01e..d01252d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sculptor" authors = ["Shiroyashik "] -version = "0.2.1" +version = "0.2.2" edition = "2021" publish = false