mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
minedmap 2.1.1
This commit is contained in:
parent
4eb963f147
commit
e9abe6b502
3 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [2.1.1] - 2024-06-14
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix crash due to incorrect counting in info message
|
||||
|
@ -87,7 +89,8 @@ 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.1.0...HEAD
|
||||
[Unreleased]: https://github.com/neocturne/MinedMap/compare/v2.1.1...HEAD
|
||||
[2.1.1]: https://github.com/neocturne/MinedMap/compare/v2.1.0...v2.1.1
|
||||
[2.1.0]: https://github.com/neocturne/MinedMap/compare/v2.0.2...v2.1.0
|
||||
[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
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -565,7 +565,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
|||
|
||||
[[package]]
|
||||
name = "minedmap"
|
||||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bincode",
|
||||
|
|
|
@ -13,7 +13,7 @@ pre-release-commit-message = "{{crate_name}} {{version}}"
|
|||
|
||||
[package]
|
||||
name = "minedmap"
|
||||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
description = "Generate browsable maps from Minecraft save data"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
Loading…
Add table
Reference in a new issue