minedmap 2.1.0

This commit is contained in:
Matthias Schiffer 2024-01-27 14:16:03 +01:00
parent d6716a598b
commit 9fd3989a95
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 6 additions and 3 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [2.1.0] - 2024-01-27
### Added ### Added
- Added sign layer - Added sign layer
@ -74,7 +76,8 @@ 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.2...HEAD [Unreleased]: https://github.com/neocturne/MinedMap/compare/v2.1.0...HEAD
[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.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.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.0.0]: https://github.com/neocturne/MinedMap/compare/v1.19.1...v2.0.0

2
Cargo.lock generated
View file

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

View file

@ -13,7 +13,7 @@ pre-release-commit-message = "{{crate_name}} {{version}}"
[package] [package]
name = "minedmap" name = "minedmap"
version = "2.0.2" version = "2.1.0"
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