From 4dcd6210a83b8be3872a4942ce30280ff02b91d7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 19 Jun 2022 14:37:36 +0200 Subject: [PATCH] add changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..35c13c0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +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] + +## [0.1.0] + +Initial version with CCSDS Space Packet Primary Header +implementation and basic PUS TC and TM implementations