mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
chore: Release v0.2.2
This commit is contained in:
parent
59dc3e90d3
commit
4ce86a1397
3 changed files with 7 additions and 3 deletions
6
.github/release-body.md
vendored
6
.github/release-body.md
vendored
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue