Skip to content

Commit

Permalink
repo: update changelogs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Aug 20, 2024
1 parent eb0e807 commit d8fceb3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-->

## [0.1.5] - 2024-08-20
### Added
* Windows support for Facedancer and USB Proxy.


## [0.1.4] - 2024-08-19
### Added
* Prevent running or flashing Facedancer on Windows until full support is enabled.
Expand Down Expand Up @@ -61,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.4...HEAD
[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.5...HEAD
[0.1.5]: https://github.com/greatscottgadgets/cynthion/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/greatscottgadgets/cynthion/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/greatscottgadgets/cynthion/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...0.1.2
Expand Down
7 changes: 6 additions & 1 deletion firmware/lunasoc-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-->

## [0.1.5] - 2024-08-20
### Fixed
- Control transactions could break if the requested length was a multiple of the packet size.

## [0.1.1] - 2024-07-08
### Added
- Initial release

[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...HEAD
[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.5...HEAD
[0.1.5]: https://github.com/greatscottgadgets/cynthion/compare/0.1.4...0.1.5
[0.1.1]: https://github.com/greatscottgadgets/cynthion/releases/tag/0.1.1
9 changes: 7 additions & 2 deletions firmware/moondancer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-->

## [0.1.3] - 2024-08-19
## [0.1.5] - 2024-08-20
### Added
* Support for Windows Compatible ID Descriptors on the Cynthion Control interface.

## [0.1.4] - 2024-08-19
### Changed
* Replaced ch341 serial example with an acm serial example.

## [0.1.1] - 2024-07-08
### Added
- Initial release

[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...HEAD
[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.5...HEAD
[0.1.5]: https://github.com/greatscottgadgets/cynthion/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...0.1.4
[0.1.1]: https://github.com/greatscottgadgets/cynthion/releases/tag/0.1.1
7 changes: 6 additions & 1 deletion firmware/smolusb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-->

## [0.1.5] - 2024-08-20
### Added
* Support for Windows Compatible ID Descriptors.

## [0.1.4] - 2024-08-19
### Changed
* Replaced ch341 serial class with acm.
Expand All @@ -16,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...HEAD
[Unreleased]: https://github.com/greatscottgadgets/cynthion/compare/0.1.5...HEAD
[0.1.5]: https://github.com/greatscottgadgets/cynthion/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/greatscottgadgets/cynthion/compare/0.1.1...0.1.4
[0.1.1]: https://github.com/greatscottgadgets/cynthion/releases/tag/0.1.1

0 comments on commit d8fceb3

Please sign in to comment.