diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d5b451..8d2fd6d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [0.1.3] - 2024-09-19 +### Added +* Support for yowasp when yosys is unavailable. +### Changed +* Dropped support for Python 3.8 + + ## [0.1.2] - 2024-09-19 ### Changed * Use `debugger.force_fpga_online()` instead of `programmer.unconfigure()` to take FPGA offline. @@ -19,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - New `LUNAApolloPlatform` property: `apollo_gateware_phy` - Support for `ClearFeature(ENDPOINT_HALT)` - ### Changed - Remove Cynthion VID/PIDs from udev rules @@ -28,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/greatscottgadgets/luna/compare/0.1.2...HEAD +[Unreleased]: https://github.com/greatscottgadgets/luna/compare/0.1.3...HEAD +[0.1.3]: https://github.com/greatscottgadgets/luna/compare/0.1.2...0.1.3 [0.1.2]: https://github.com/greatscottgadgets/luna/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/greatscottgadgets/luna/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/greatscottgadgets/luna/releases/tag/0.1.0