From 4a97a46aed38d7f12ca65967d07ccb17228a654f Mon Sep 17 00:00:00 2001 From: Max P Date: Thu, 22 Aug 2024 23:12:27 +0200 Subject: [PATCH] docs: Added **ChangeLog** file --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..90aa956 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Added **ChangeLog** file and format it according to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +- Added reference to **Semantic Versioning** in the changelog file. (History will be updated on time) +- Version format is now `v0.0.0` instead of `0.0.0`. Changes to this are also reflected in the workflos. +- Add `Identifiers` and `Jest` Sections to the `README.md` file. + +### Deprecated + +- Deprecated the old version format `0.0.0`. + +### Removed + + +### Fixed + + +### Security + + +--- + +[unreleased]: https://github.com/PxaMMaxP/TSinjex/compare/0.0.13...HEAD \ No newline at end of file