minedmap 2.0.2

This commit is contained in:
Matthias Schiffer 2024-01-07 22:28:53 +01:00
parent 96c60b048e
commit 7ea09a46f9
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 6 additions and 3 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased] - ReleaseDate
## [2.0.2] - 2024-01-07
### Updated
- Added support for Minecraft 1.20.3+
@ -55,6 +57,7 @@ intermediate data.
Full support for custom biomes datapacks might be added in a future release.
<!-- next-url -->
[Unreleased]: https://github.com/neocturne/MinedMap/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/neocturne/MinedMap/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/neocturne/MinedMap/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/neocturne/MinedMap/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/neocturne/MinedMap/compare/v1.19.1...v2.0.0

2
Cargo.lock generated
View file

@ -520,7 +520,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "minedmap"
version = "2.0.1"
version = "2.0.2"
dependencies = [
"anyhow",
"bincode",

View file

@ -12,7 +12,7 @@ consolidate-commits = false
[package]
name = "minedmap"
version = "2.0.1"
version = "2.0.2"
description = "Generate browsable maps from Minecraft save data"
edition.workspace = true
license.workspace = true