File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pybricksdev"
3- version = " 1.0.0-alpha.9 "
3+ version = " 1.0.0-alpha.10 "
44description = " Pybricks developer tools"
55authors = [
" The Pybricks Authors <[email protected] >" ]
66maintainers = [
" Laurens Valk <[email protected] >" ,
" David Lechner <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments