From 9c6e2c1c99448304fb54354297c284c1a8810cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sat, 28 Jan 2023 11:15:59 +0100 Subject: [PATCH] Add changelog templates --- rtic-channel/CHANGELOG.md | 16 ++++++++++++++++ rtic-monotonics/CHANGELOG.md | 16 ++++++++++++++++ rtic-time/CHANGELOG.md | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 rtic-channel/CHANGELOG.md diff --git a/rtic-channel/CHANGELOG.md b/rtic-channel/CHANGELOG.md new file mode 100644 index 0000000000..d3a9d846ee --- /dev/null +++ b/rtic-channel/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +For each category, *Added*, *Changed*, *Fixed* add new entries at the top! + +## [Unreleased] + +### Added + +### Changed + +### Fixed + +## [v1.0.0] - 2023-xx-xx diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index e69de29bb2..e99022372b 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +For each category, *Added*, *Changed*, *Fixed* add new entries at the top! + +## [Unreleased] + +### Added + +### Changed + +### Fixed + +## [v0.1.0] - 2023-xx-xx diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md index e69de29bb2..d3a9d846ee 100644 --- a/rtic-time/CHANGELOG.md +++ b/rtic-time/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +For each category, *Added*, *Changed*, *Fixed* add new entries at the top! + +## [Unreleased] + +### Added + +### Changed + +### Fixed + +## [v1.0.0] - 2023-xx-xx