Skip to content

Commit

Permalink
minedmap 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Sep 30, 2023
1 parent 1559486 commit ceb71f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -38,4 +40,5 @@ intermediate data.
Full support for custom biomes datapacks might be added in a future release.

<!-- next-url -->
[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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceb71f0

Please sign in to comment.