Skip to content

Commit

Permalink
flash: Fix name setter for SPIKE.
Browse files Browse the repository at this point in the history
This was broken by 73d3cdb.
  • Loading branch information
laurensvalk committed Dec 3, 2021
1 parent b684f05 commit 97c2c24
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 146 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-alpha.18] - 2021-12-03

### Added
- Added support for Python 3.10.

### Fixed
- Fixed `tqdm` dependency version.
- Fixed being unable to set the name of SPIKE hubs.

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

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

[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.17..HEAD
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.18..HEAD
[1.0.0-alpha.18]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.17...v1.0.0-alpha.18
[1.0.0-alpha.17]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.16...v1.0.0-alpha.17
[1.0.0-alpha.16]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.15...v1.0.0-alpha.16
[1.0.0-alpha.15]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.14...v1.0.0-alpha.15
Expand Down
Loading

0 comments on commit 97c2c24

Please sign in to comment.