Skip to content

Commit 04600b4

Browse files
committed
v1.0.0-alpha.26
1 parent c429e34 commit 04600b4

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.26] - 2022-06-07
10+
911
### Added
1012
- Added typings for firmware metadata json structure.
1113

@@ -236,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
236238

237239

238240

239-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.25..HEAD
241+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.26..HEAD
242+
[1.0.0-alpha.26]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.25...v1.0.0-alpha.26
240243
[1.0.0-alpha.25]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.24...v1.0.0-alpha.25
241244
[1.0.0-alpha.24]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.23...v1.0.0-alpha.24
242245
[1.0.0-alpha.23]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.22...v1.0.0-alpha.23

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