Skip to content

Commit 633fcbd

Browse files
committed
v1.0.0-alpha.20
1 parent 35bfe06 commit 633fcbd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0-alpha.20] - 2022-01-10
10+
911
### Changed
1012
- Updated `bleak` dependency to v0.14.0.
1113

1214
### Fixed
1315
- Fixed Bluetooth Low Energy not working on macOS 12.
1416

1517

18+
- Updated `bleak` dependency to v0.12.1.
1619
## [1.0.0-alpha.19] - 2021-12-24
1720

1821
### Fixed
@@ -178,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
178181
<!-- let's try to keep these sorted alphabetically -->
179182
[support#420]: https://github.com/pybricks/support/issues/420
180183

181-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.19..HEAD
184+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.20..HEAD
185+
[1.0.0-alpha.20]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.19...v1.0.0-alpha.20
182186
[1.0.0-alpha.19]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.18...v1.0.0-alpha.19
183187
[1.0.0-alpha.18]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.17...v1.0.0-alpha.18
184188
[1.0.0-alpha.17]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.16...v1.0.0-alpha.17

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