File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ 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.13 ] - 2021-08-06
88
99### Fixed
1010- Fixed crash in CRC32 checksum.
1111- Fixed flashing with ` dfu-util ` not always working ([ support #420 ] ).
1212
13- ## [ 1.0.0-alpha.12]
13+ ## [ 1.0.0-alpha.12] - 2021-08-05
1414
1515### Changed
1616- Updated ` bleak ` dependency to v0.12.1.
@@ -109,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109109<!-- let's try to keep these sorted alphabetically -->
110110[ support#420 ] : https://github.com/pybricks/support/issues/420
111111
112- [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.12..HEAD
112+ [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.13..HEAD
113+ [ 1.0.0-alpha.13 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.12...v1.0.0-alpha.13
113114[ 1.0.0-alpha.12 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.11...v1.0.0-alpha.12
114115[ 1.0.0-alpha.11 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.10...v1.0.0-alpha.11
115116[ 1.0.0-alpha.10 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.9...v1.0.0-alpha.10
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pybricksdev"
3- version = " 1.0.0-alpha.12 "
3+ version = " 1.0.0-alpha.13 "
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