Skip to content

Commit 898155c

Browse files
committed
v1.0.0-alpha.37
1 parent 3757300 commit 898155c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ 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

77
## [Unreleased]
8-
- Add support for including precompiled .mpy libraries
8+
9+
## [1.0.0-alpha.37] - 2023-02-27
10+
11+
### Added
12+
- Added support for including precompiled .mpy libraries.
913

1014
## [1.0.0-alpha.36] - 2023-02-18
1115

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

315319

316320

317-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.36..HEAD
321+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.37..HEAD
322+
[1.0.0-alpha.37]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.36...v1.0.0-alpha.37
318323
[1.0.0-alpha.36]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.35...v1.0.0-alpha.36
319324
[1.0.0-alpha.35]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.34...v1.0.0-alpha.35
320325
[1.0.0-alpha.34]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.33...v1.0.0-alpha.34

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