From 65fd9ecd907f2b27c3748272b1a69482afa7f0c5 Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Mon, 14 Mar 2022 11:18:13 +0100 Subject: [PATCH] Simpler tags, and added template for unreleased changes --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d5f62c..71488634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. 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] + +### New Features + +### Bugfixes + +### Other changes + ## [4.0.0] ### New Features @@ -152,9 +160,9 @@ of course pin a specific module version. If they do not, then the highest numeri startup script -[Unreleased]: https://gitlab.esss.lu.se/e3/e3-require/-/compare/7.0.6.1-4.0.0%2F4.0.0-9184d78-20220215T133808...master -[4.0.0]: https://gitlab.esss.lu.se/e3/e3-require/-/compare/7.0.5-3.4.1%2F3.4.1-019825c-20210423T155940...7.0.6.1-4.0.0%2F4.0.0-9184d78-20220215T133808 -[3.4.1]: https://gitlab.esss.lu.se/e3/e3-require/-/compare/3.4.0...7.0.5-3.4.1%2F3.4.1-019825c-20210423T155940 +[Unreleased]: https://gitlab.esss.lu.se/e3/e3-require/-/compare/4.0.0...master +[4.0.0]: https://gitlab.esss.lu.se/e3/e3-require/-/compare/3.4.1...4.0.0 +[3.4.1]: https://gitlab.esss.lu.se/e3/e3-require/-/compare/3.4.0...3.4.1 [3.4.0]: https://gitlab.esss.lu.se/e3/e3-require/-/compare/3.3.0...3.4.0 [3.3.0]: https://gitlab.esss.lu.se/e3/e3-require/-/compare/3.2.0...3.3.0 [3.2.0]: https://gitlab.esss.lu.se/e3/e3-require/-/tree/3.2.0 -- GitLab