File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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+ ## [ 2.3.2] - 2026-01-23
10+
911### Fixed
1012- Removed debug print statements in ` pybricksdev.compile.compile_multi_file() ` .
1113- Fixed ` __init__.py ` files in packages not being included when compiling multi-file projects ([ pybricksdev #131 ] ).
@@ -548,7 +550,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
548550- Typo in ` pip ` arguments ` README.md ` .
549551
550552
551- [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v2.3.1...HEAD
553+ [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v2.3.2...HEAD
554+ [ 2.3.2 ] : https://github.com/pybricks/pybricksdev/compare/v2.3.1...v2.3.2
552555[ 2.3.1 ] : https://github.com/pybricks/pybricksdev/compare/v2.3.0...v2.3.1
553556[ 2.3.0 ] : https://github.com/pybricks/pybricksdev/compare/v2.2.0...v2.3.0
554557[ 2.2.0 ] : https://github.com/pybricks/pybricksdev/compare/v2.1.1...v2.2.0
Original file line number Diff line number Diff line change 11[project ]
22name = " pybricksdev"
3- version = " 2.3.1 "
3+ version = " 2.3.2 "
44description = " Pybricks developer tools"
55authors = [{ name = " The Pybricks Authors" , email = " dev@pybricks.com" }]
66maintainers = [
You can’t perform that action at this time.
0 commit comments