Skip to content

Commit 65210a2

Browse files
committed
v2.3.2
1 parent c5bab4c commit 65210a2

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+
## [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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pybricksdev"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
description = "Pybricks developer tools"
55
authors = [{ name = "The Pybricks Authors", email = "dev@pybricks.com" }]
66
maintainers = [

0 commit comments

Comments
 (0)