Skip to content

Commit 89391c9

Browse files
committed
1.0.0-alpha.15
1 parent c86e87e commit 89391c9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.0.0-alpha.15] - 2021-09-21
10+
911
### Added
1012
- Added `VOLUME` to `ble.lwp3.bytecodes.HubProperty` enum.
1113
- Added SPIKE Essential hub device IDs.
@@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130132
<!-- let's try to keep these sorted alphabetically -->
131133
[support#420]: https://github.com/pybricks/support/issues/420
132134

133-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.14..HEAD
135+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.15..HEAD
136+
[1.0.0-alpha.15]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.14...v1.0.0-alpha.15
134137
[1.0.0-alpha.14]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.13...v1.0.0-alpha.14
135138
[1.0.0-alpha.13]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.12...v1.0.0-alpha.13
136139
[1.0.0-alpha.12]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.11...v1.0.0-alpha.12

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