From 3b1e24e3f40bc06bb6b9ce028382bda976327757 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 15:40:36 +0100 Subject: [PATCH] changelog --- satrs-shared/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 satrs-shared/CHANGELOG.md diff --git a/satrs-shared/CHANGELOG.md b/satrs-shared/CHANGELOG.md new file mode 100644 index 0000000..0392a1c --- /dev/null +++ b/satrs-shared/CHANGELOG.md @@ -0,0 +1,18 @@ +Change Log +======= + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +# [unreleased] + +# [v0.1.1] 2024-02-12 + +- Added missing `#![no_std]` attribute for library +- Fixed unit tests + +# [v0.1.0] 2024-02-12 + +Initial release.