File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ 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 ]
7+ ## [ 1.0.0-alpha.3 ] - 2021-04-12
88### Added
99- Size check when restoring firmware via USB/DFU.
10+ ### Fixed
11+ - Wait for some time to allow program output to be received before disconnecting
12+ in the ` run ` command.
1013
1114## [ 1.0.0-alpha.3] - 2021-04-09
1215### Changed
@@ -28,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2831- Typo in ` pip ` arguments ` README.md ` .
2932
3033
31- [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.3..HEAD
34+ [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.4..HEAD
35+ [ 1.0.0-alpha.3 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
3236[ 1.0.0-alpha.3 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
3337[ 1.0.0-alpha.2 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
3438[ 1.0.0-alpha.1 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.0...v1.0.0-alpha.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pybricksdev"
3- version = " 1.0.0-alpha.3 "
3+ version = " 1.0.0-alpha.4 "
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