diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f500f1..5cafcf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] - ReleaseDate +## [2.0.0] - 2023-09-30 + This is a complete rewrite of the map renderer in Rust, as the previous C++ implementation was getting more and more difficult to maintain and keep current versions of Minecraft supported. @@ -38,4 +40,5 @@ intermediate data. Full support for custom biomes datapacks might be added in a future release. -[Unreleased]: https://github.com/NeoRaider/MinedMap/compare/v1.19.1...HEAD +[Unreleased]: https://github.com/neocturne/MinedMap/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/NeoRaider/MinedMap/compare/v1.19.1...v2.0.0 diff --git a/Cargo.lock b/Cargo.lock index ec8779a..4687cf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "minedmap" -version = "0.1.0" +version = "2.0.0" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 1f37f42..fcef957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ consolidate-commits = false [package] name = "minedmap" -version = "0.1.0" +version = "2.0.0" description = "Generate browsable maps from Minecraft save data" edition.workspace = true license.workspace = true