From bd54b53e22e07f26a1376cb8ac0ebcf9bf1e81f8 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Wed, 26 Jun 2024 17:24:05 -0400 Subject: [PATCH 1/2] Remove Cynthion trademark from product string --- boards/cynthion/board.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/boards/cynthion/board.mk b/boards/cynthion/board.mk index 1b94d93..26d9378 100644 --- a/boards/cynthion/board.mk +++ b/boards/cynthion/board.mk @@ -1,5 +1,3 @@ -PRODUCT_STRING = "Cynthion Bootloader" - # Hardware configuration. Not so critical. I suspect binary would not change # for any value here in the D11/D21 family. # From f1dd9ac6dfb560ef29fee7ad6a44f7d218ed0ef1 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Wed, 26 Jun 2024 17:30:07 -0400 Subject: [PATCH 2/2] Add changelog --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..184287a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# 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). + +## [1.1.1] - 2024-06-26 + +### Added + +- Add changelog. + +### Changed + +- Remove Cynthion trademark from product string. + + +## [1.1.0] - 2024-05-29 + +### Fixed + +- Correct Base32 representation of serial number. + + +## [1.0.0] - 2024-05-16 + +### Added + +- Initial release. + + +[1.1.1]: https://github.com/greatscottgadgets/saturn-v/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/greatscottgadgets/saturn-v/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/greatscottgadgets/saturn-v/releases/tag/v1.0.0