Skip to content

Commit fad4b1e

Browse files
committed
v1.0.0-alpha.13
1 parent 2aa4805 commit fad4b1e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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]
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

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.12"
3+
version = "1.0.0-alpha.13"
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)