Skip to content

Commit 3c62cd2

Browse files
committed
flash: Fix sha256 in metadata on name change.
If the hub name was changed, the sha256 sum must change as well. This fixes the USB installer for SPIKE hubs since it verifies the sha256 before proceeding to install.
1 parent 11abd3b commit 3c62cd2

File tree

6 files changed

+112
-132
lines changed

6 files changed

+112
-132
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0-alpha.19] - 2021-12-24
10+
11+
### Fixed
12+
- Fixed incorrect metadata checksum for the firmware installer for SPIKE hubs.
13+
914
## [1.0.0-alpha.18] - 2021-12-03
1015

1116
### Added
@@ -166,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166171
<!-- let's try to keep these sorted alphabetically -->
167172
[support#420]: https://github.com/pybricks/support/issues/420
168173

169-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.18..HEAD
174+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.19..HEAD
175+
[1.0.0-alpha.19]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.18...v1.0.0-alpha.19
170176
[1.0.0-alpha.18]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.17...v1.0.0-alpha.18
171177
[1.0.0-alpha.17]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.16...v1.0.0-alpha.17
172178
[1.0.0-alpha.16]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.15...v1.0.0-alpha.16

0 commit comments

Comments
 (0)