Skip to content

Commit db52e88

Browse files
committed
v1.0.0-alpha.10
1 parent e737f81 commit db52e88

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
7+
## [1.0.0-alpha.10] - 2021-06-27
98
### Added
109
- Support for Python 3.9.
1110
- Short `-n` option for `--name` option in `pybricksdev run`.
1211
- Option to set hub name when flashing firmware.
13-
1412
### Changed
1513
- Update to Bleak v0.12.0.
1614
- Change `pybricksdev run` to use `--wait`/`--no-wait` instead of `--wait=False`.
17-
1815
### Fixed
1916
- Fix `pybricksdev lwp3 repl` can only connect to remote control.
2017
- Fix Technic Large hub Bluetooth hub kind.
@@ -85,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8582
- Typo in `pip` arguments `README.md`.
8683

8784

88-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.9..HEAD
85+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.10..HEAD
86+
[1.0.0-alpha.9]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.9...v1.0.0-alpha.10
8987
[1.0.0-alpha.9]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.8...v1.0.0-alpha.9
9088
[1.0.0-alpha.8]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.7...v1.0.0-alpha.8
9189
[1.0.0-alpha.7]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.5...v1.0.0-alpha.7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pybricksdev"
3-
version = "1.0.0-alpha.9"
3+
version = "1.0.0-alpha.10"
44
description = "Pybricks developer tools"
55
authors = ["The Pybricks Authors <[email protected]>"]
66
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]

0 commit comments

Comments
 (0)