From 1b7be039567f23207466f7c36da15c61e29f483d Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 25 Nov 2019 13:51:18 +0100 Subject: [PATCH] Bump to version 2.0.0 --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e5664..3b95df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.0.0] - 2019-11-25 + ### Changed - The minimum supported Minetest version is now 5.0.0. @@ -30,5 +32,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial versioned release. -[Unreleased]: https://github.com/minetest-mods/maptools/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/minetest-mods/maptools/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/minetest-mods/maptools/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/minetest-mods/maptools/compare/v1.0.0...v1.1.0 diff --git a/README.md b/README.md index 64314bd..d639688 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ on that line. ## Version compatibility -Map Tools is currently primarily tested with Minetest 5.0.1. +Map Tools is currently primarily tested with Minetest 5.1.0. It may or may not work with newer or older versions. Issues arising in older versions than 5.0.0 will generally not be fixed.