From 90e9ba7117f542e6a4c0a10fddee9a49cb89978a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 1 Nov 2021 23:47:17 +0100 Subject: [PATCH] added changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6019523 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +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.0] + +### Added + +- First version of the PAC which builds. Uses a patched version + of `svd2rust`: https://github.com/rust-embedded/svd2rust \ No newline at end of file