From c22f195ec016e8e21f7f74258f117cd82b7a6068 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 1 Jan 2020 17:34:23 +0100 Subject: [PATCH] Add a project changelog --- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..855f54d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## 1.0.0 - 2020-01-01 + +- Initial versioned release. + +[Unreleased]: https://github.com/minetest-mods/gauges/compare/v1.0.0...HEAD diff --git a/README.md b/README.md index b309a9d..7236c37 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,9 @@ on that line. ## Version compatibility -Gauges requires Minetest 5.0.0 or newer to work as expected. +Gauges is currently primarily tested with Minetest 5.1.0. It may or may not work +with newer or older versions. Issues arising in versions older than 5.0.0 +will generally not be fixed. ## License