From 686fc1dd2537257d47b0c856e1e72a6649d676fb Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Thu, 1 Aug 2024 10:09:29 -0400 Subject: [PATCH] Update changelog for release 0.5.1 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4027ac1..4abee5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [0.5.1] - 2024-08-01 + +### Fixed + +- lpc43xx: Do not detach. +- lpc43xx: Format flash image header in little-endian. + + ## [0.5.0] - 2024-07-24 ### Added @@ -29,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/greatscottgadgets/pyfwup/compare/0.5.0...HEAD +[Unreleased]: https://github.com/greatscottgadgets/pyfwup/compare/0.5.1...HEAD +[0.5.1]: https://github.com/greatscottgadgets/pyfwup/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/greatscottgadgets/pyfwup/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/greatscottgadgets/pyfwup/releases/tag/0.4.0