chore: Release v0.2.2

This commit is contained in:
Shiroyasha 2024-06-12 18:04:27 +03:00
parent 59dc3e90d3
commit 4ce86a1397
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
3 changed files with 7 additions and 3 deletions

View file

@ -1 +1,5 @@
**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.2.0...v0.2.1 ## 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

2
Cargo.lock generated
View file

@ -1578,7 +1578,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]] [[package]]
name = "sculptor" name = "sculptor"
version = "0.2.1" version = "0.2.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"anyhow-http", "anyhow-http",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "sculptor" name = "sculptor"
authors = ["Shiroyashik <shiroyashik@shsr.ru>"] authors = ["Shiroyashik <shiroyashik@shsr.ru>"]
version = "0.2.1" version = "0.2.2"
edition = "2021" edition = "2021"
publish = false publish = false