Skip to content

Commit 2f84b6c

Browse files
committed
v1.0.0-alpha.49
1 parent a1a8a56 commit 2f84b6c

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.49] - 2024-06-30
10+
911
### Changed
1012
- Use relative paths when compiling multi-file projects.
1113
- Better error message when hitting Python bug when compiling multi-file projects.
@@ -420,7 +422,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
420422

421423

422424

423-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.48..HEAD
425+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.49..HEAD
426+
[1.0.0-alpha.49]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.48...v1.0.0-alpha.49
424427
[1.0.0-alpha.48]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.47...v1.0.0-alpha.48
425428
[1.0.0-alpha.47]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.46...v1.0.0-alpha.47
426429
[1.0.0-alpha.46]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.45...v1.0.0-alpha.46

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