aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-01-28 11:15:59 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:35 +0100
commit9c6e2c1c99448304fb54354297c284c1a8810cd6 (patch)
tree79a0e599ef6cd2b13247238cf2fedc6cfe9f682c
parent922f1ad0eb56d362e527ff28e456b6fa133e212b (diff)
Add changelog templates
-rw-r--r--rtic-channel/CHANGELOG.md16
-rw-r--r--rtic-monotonics/CHANGELOG.md16
-rw-r--r--rtic-time/CHANGELOG.md16
3 files changed, 48 insertions, 0 deletions
diff --git a/rtic-channel/CHANGELOG.md b/rtic-channel/CHANGELOG.md
new file mode 100644
index 0000000..d3a9d84
--- /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 e69de29..e990223 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 e69de29..d3a9d84 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