From a74377074fed0751f72dbc05d390c051b6cb0874 Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 3 Mar 2022 23:34:11 +0100 Subject: [PATCH] Add file CHANGELOG.md #4 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b8f7a6c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and the versioning aim to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +Here is a template for new release sections: +``` +## [0.0.0] - Release - Name of Release - 20YY-MM-DD + +### Added +- [#](https://github.com/rl-institut/super-repo/pull/) +### Changed +- [#](https://github.com/rl-institut/super-repo/pull/) +### Removed +- [#](https://github.com/rl-institut/super-repo/pull/) +``` + + +## Current + +### Added +- [LICENSE](https://github.com/rl-institut/super-repo/blob/main/LICENSE) +- CITATION.cff [#2](https://github.com/rl-institut/super-repo/pull/2) +- CONTRIBUTING.md [#2](https://github.com/rl-institut/super-repo/pull/2) +- USERS.cff [#2](https://github.com/rl-institut/super-repo/pull/2) +- CODE_OF_CONDUCT.md [#3](https://github.com/rl-institut/super-repo/pull/3) +- CHANGELOG.md [#3](https://github.com/rl-institut/super-repo/pull/3) + + +## [0.0.1] Initial Release - Hello Super-Repo - 2022-03-03 + +### Added