mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-20 11:35:07 +02:00
minedmap 2.5.0
This commit is contained in:
parent
d638c810f2
commit
c06343eb5b
3 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [2.5.0] - 2025-03-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added experimental watch mode
|
- Added experimental watch mode
|
||||||
|
@ -186,7 +188,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.4.0...HEAD
|
[Unreleased]: https://github.com/neocturne/MinedMap/compare/v2.5.0...HEAD
|
||||||
|
[2.5.0]: https://github.com/neocturne/MinedMap/compare/v2.4.0...v2.5.0
|
||||||
[2.4.0]: https://github.com/neocturne/MinedMap/compare/v2.3.1...v2.4.0
|
[2.4.0]: https://github.com/neocturne/MinedMap/compare/v2.3.1...v2.4.0
|
||||||
[2.3.1]: https://github.com/neocturne/MinedMap/compare/v2.3.0...v2.3.1
|
[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
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -656,7 +656,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "minedmap"
|
name = "minedmap"
|
||||||
version = "2.4.0"
|
version = "2.5.0"
|
||||||
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.4.0"
|
version = "2.5.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
|
||||||
|
|
Loading…
Add table
Reference in a new issue