Skip to content

Commit e468ecd

Browse files
committed
v1.0.0-alpha.2
1 parent ba52067 commit e468ecd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.2] - 2021-04-08
88
### Added
99
- Check Pybricks protocol version when connecting to Bluetooth Low Energy devices.
1010
### Fixed
@@ -17,5 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- DFU flashing not working on Windows.
1818
- Typo in `pip` arguments `README.md`.
1919

20-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.1...HEAD
20+
21+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.2..HEAD
22+
[1.0.0-alpha.2]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.1...1.0.0-alpha.2
2123
[1.0.0-alpha.1]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.0...v1.0.0-alpha.1

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