Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmann committed Jul 24, 2024
1 parent 8672ec4 commit 1f9484a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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).


<!--
## [Unreleased]
-->

## [0.5.0] - 2024-07-24

### Added

- Add changelog.

### Fixed

- Use timeout instead of delay after DFU_DETACH.
- Set configuration after, not before attempting to detach kernel driver.


## [0.4.0] - 2024-07-04

### Added

- Initial release.


[Unreleased]: https://github.com/greatscottgadgets/pyfwup/compare/0.5.0...HEAD
[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

0 comments on commit 1f9484a

Please sign in to comment.