mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
minedmap 2.0.1
This commit is contained in:
parent
ec4b1053c5
commit
196e21718f
3 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [2.0.1] - 2023-11-18
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Proceed with missing tiles rather can failing completely when an invalid
|
- Proceed with missing tiles rather can failing completely when an invalid
|
||||||
|
@ -45,5 +47,6 @@ intermediate data.
|
||||||
Full support for custom biomes datapacks might be added in a future release.
|
Full support for custom biomes datapacks might be added in a future release.
|
||||||
|
|
||||||
<!-- next-url -->
|
<!-- next-url -->
|
||||||
[Unreleased]: https://github.com/neocturne/MinedMap/compare/v2.0.0...HEAD
|
[Unreleased]: https://github.com/neocturne/MinedMap/compare/v2.0.1...HEAD
|
||||||
|
[2.0.1]: https://github.com/neocturne/MinedMap/compare/v2.0.0...v2.0.1
|
||||||
[2.0.0]: https://github.com/NeoRaider/MinedMap/compare/v1.19.1...v2.0.0
|
[2.0.0]: https://github.com/NeoRaider/MinedMap/compare/v1.19.1...v2.0.0
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -531,7 +531,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "minedmap"
|
name = "minedmap"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bincode",
|
"bincode",
|
||||||
|
|
|
@ -12,7 +12,7 @@ consolidate-commits = false
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "minedmap"
|
name = "minedmap"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
description = "Generate browsable maps from Minecraft save data"
|
description = "Generate browsable maps from Minecraft save data"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue