mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
minedmap 2.3.1
This commit is contained in:
parent
a67bdb3b67
commit
f9954d1ce4
3 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [2.3.1] - 2025-01-06
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix text colors for signs modified using dye
|
- Fix text colors for signs modified using dye
|
||||||
|
@ -114,7 +116,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.3.0...HEAD
|
[Unreleased]: https://github.com/neocturne/MinedMap/compare/v2.3.1...HEAD
|
||||||
|
[2.3.1]: https://github.com/neocturne/MinedMap/compare/v2.3.0...v2.3.1
|
||||||
[2.3.0]: https://github.com/neocturne/MinedMap/compare/v2.2.0...v2.3.0
|
[2.3.0]: https://github.com/neocturne/MinedMap/compare/v2.2.0...v2.3.0
|
||||||
[2.2.0]: https://github.com/neocturne/MinedMap/compare/v2.1.1...v2.2.0
|
[2.2.0]: https://github.com/neocturne/MinedMap/compare/v2.1.1...v2.2.0
|
||||||
[2.1.1]: https://github.com/neocturne/MinedMap/compare/v2.1.0...v2.1.1
|
[2.1.1]: https://github.com/neocturne/MinedMap/compare/v2.1.0...v2.1.1
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -567,7 +567,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "minedmap"
|
name = "minedmap"
|
||||||
version = "2.3.0"
|
version = "2.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bincode",
|
"bincode",
|
||||||
|
|
|
@ -13,7 +13,7 @@ pre-release-commit-message = "{{crate_name}} {{version}}"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "minedmap"
|
name = "minedmap"
|
||||||
version = "2.3.0"
|
version = "2.3.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