Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a changelog to the repo #71

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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]
### Changed
- Hold Sideband PHY RESET low on older Cynthions
- Bumped USB API to 1.1
### Fixed
- fix `fpga_requesting_port()` glitch
- Correct Base32 representation of serial number


## [1.0.2] - 2024-05-22
### Changed
- firmware.fpga_adv: replace UART reception with edge counter


## [1.0.1] - 2024-05-21
### Fixed
- Fix handing off USB port to Apollo under Windows
- Allow FPGA USB by default


## [1.0.0] - 2024-05-18
### Added
- Initial release


[Unreleased]: https://github.com/greatscottgadgets/apollo/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/greatscottgadgets/apollo/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/greatscottgadgets/apollo/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/greatscottgadgets/apollo/releases/tag/v1.0.0