From 4ce86a13972bbf5c2ffde0961f532d7736b2e6d3 Mon Sep 17 00:00:00 2001 From: shiroyashik Date: Wed, 12 Jun 2024 18:04:27 +0300 Subject: [PATCH] chore: Release v0.2.2 --- .github/release-body.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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