diff --git a/docs/changelog.md b/docs/changelog.md index aa24f61..5f00c46 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.7.2] - 2024-05-04 ### Fixed - *namedSrc not found* error when decompiling Minecraft 1.20.5 with Yarn mappings. @@ -118,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Each version committed to local repo - Range operators (`..` and `...`) -[Unreleased]: https://github.com/clabe45/shulkr/compare/v0.7.1...HEAD +[Unreleased]: https://github.com/clabe45/shulkr/compare/v0.7.2...HEAD +[0.7.2]: https://github.com/clabe45/shulkr/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/clabe45/shulkr/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/clabe45/shulkr/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/clabe45/shulkr/compare/v0.6.0...v0.6.1 diff --git a/setup.py b/setup.py index 2d5c630..e1d14ba 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="shulkr", - version="0.7.1", + version="0.7.2", description="Diff decompiled versions of Minecraft", long_description=README, long_description_content_type="text/markdown",