Skip to content

Commit 97c2c24

Browse files
committed
flash: Fix name setter for SPIKE.
This was broken by 73d3cdb.
1 parent b684f05 commit 97c2c24

File tree

4 files changed

+153
-146
lines changed

4 files changed

+153
-146
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.0.0-alpha.18] - 2021-12-03
10+
911
### Added
1012
- Added support for Python 3.10.
1113

1214
### Fixed
1315
- Fixed `tqdm` dependency version.
16+
- Fixed being unable to set the name of SPIKE hubs.
1417

1518
## [1.0.0-alpha.17] - 2021-10-25
1619

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

166-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.17..HEAD
169+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.18..HEAD
170+
[1.0.0-alpha.18]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.17...v1.0.0-alpha.18
167171
[1.0.0-alpha.17]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.16...v1.0.0-alpha.17
168172
[1.0.0-alpha.16]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.15...v1.0.0-alpha.16
169173
[1.0.0-alpha.15]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.14...v1.0.0-alpha.15

0 commit comments

Comments
 (0)