From 81b988d631660ea6c6afd0132a2b5bcbce1e50c8 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 23 Mar 2019 15:19:47 +0100 Subject: [PATCH] Bump to version 1.1.0 --- CHANGELOG.md | 5 ++++- README.md | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e022a4..2892512 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] +## [1.1.0] - 2019-03-23 + ### Changed - Increased the range of the Admin Pickaxe from 12 to 20 nodes. @@ -16,4 +18,5 @@ 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.0.0...HEAD +[Unreleased]: https://github.com/minetest-mods/maptools/compare/v1.1.0...HEAD +[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 9474ce5..30e846c 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,13 @@ on that line. ## Version compatibility -Map Tools is currently primarily tested with Minetest 0.4.16. +Map Tools is currently primarily tested with Minetest 0.4.17. It may or may not work with newer or older versions. Issues arising in older -versions than 0.4.16 will generally not be fixed. +versions than 0.4.17 will generally not be fixed. ## License -Copyright © 2012-2017 Hugo Locurcio and contributors +Copyright © 2012-2019 Hugo Locurcio and contributors - Map Tools code is licensed under the zlib license, see [`LICENSE.md`](LICENSE.md) for details.