From 822fde687558067a39059b18207da15efddeb6d7 Mon Sep 17 00:00:00 2001 From: Falko Schumann Date: Mon, 31 Jul 2023 07:12:07 +0200 Subject: [PATCH] docs: add changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2710a16 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# 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.0.0/), and this project +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.0.0] - 2013-07-31 + +### Added + +- Create a test suite with test cases. +- Create a test case as function. +- Check assertions with ASSERT macros. +- Run tests with CI friendly output on console and return value. + +[unreleased]: https://github.com/falkoschumann/cunit/compare/v1.0.0...HEAD +[0.0.1]: https://github.com/falkoschumann/cunit/releases/tag/v1.0.0