From fb4945e920fec84a93e9f205ec03dbf13aebc0b2 Mon Sep 17 00:00:00 2001 From: The Metaist Date: Fri, 15 Dec 2023 07:14:24 -0500 Subject: [PATCH] add: changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1701895 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog] and this project adheres to [Semantic Versioning]. + +Sections order is: `Fixed`, `Changed`, `Added`, `Deprecated`, `Removed`, `Security`. + +[keep a changelog]: http://keepachangelog.com/en/1.0.0/ +[semantic versioning]: http://semver.org/spec/v2.0.0.html + +--- + +## [Unreleased] + +[unreleased]: https://github.com/metaist/castfit/compare/prod...main + +These are changes that are on `main` that are not yet in `prod`. + +--- + +[0.1.0]: https://github.com/metaist/castfit/commits/0.1.0 + +## [0.1.0] - 2023-12-15T12:12:04Z + +Initial release.