@@ -6,7 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## [ 1.0.0-alpha.16] - 2021-10-26
9+ ## [ 1.0.0-alpha.17] - 2021-10-25
10+
11+ ### Added
12+ - Experimental firmware installation on SPIKE Prime and SPIKE Essential via
13+ usb. The command line commands are unchanged. If you try to install the
14+ firmware on SPIKE hubs, it will first look for a hub running the regular
15+ firmware. If it doesn't find any, it will proceed using DFU as before.
16+
17+ ## Changed
18+ - Firmware binaries for SPIKE hubs are no longer being customized with a main
19+ script and a changed checksum. Instead, it simply installs firmware.bin from
20+ the CI ZIP file.
21+
22+ ## [ 1.0.0-alpha.16] - 2021-10-12
1023
1124### Added
1225- Script runner for generic MicroPython boards via USB. This is mainly used for
@@ -144,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144157<!-- let's try to keep these sorted alphabetically -->
145158[ support#420 ] : https://github.com/pybricks/support/issues/420
146159
147- [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.16..HEAD
160+ [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.17..HEAD
161+ [ 1.0.0-alpha.17 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.16...v1.0.0-alpha.17
148162[ 1.0.0-alpha.16 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.15...v1.0.0-alpha.16
149163[ 1.0.0-alpha.15 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.14...v1.0.0-alpha.15
150164[ 1.0.0-alpha.14 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.13...v1.0.0-alpha.14
0 commit comments