From 60ade34f85c735ee66adef6cdeaeffc840b7211e Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Tue, 6 Aug 2024 08:10:16 -0400 Subject: [PATCH] Update changelog for release 0.5.2 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4abee5b..8aafb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [0.5.2] - 2024-08-06 + +### Fixed + +- dfu: Detach kernel driver from all interfaces. +- dfu: Ignore various errors during timeout window. +- dfu: Claim the DFU interface. +- fwup-util: Get libusb1 backend on Windows. + + ## [0.5.1] - 2024-08-01 ### Fixed @@ -37,7 +47,8 @@ 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.1...HEAD +[Unreleased]: https://github.com/greatscottgadgets/pyfwup/compare/0.5.2...HEAD +[0.5.2]: https://github.com/greatscottgadgets/pyfwup/compare/0.5.1...0.5.2 [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