File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-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.1] - 2026-01-18
10+
911### Changed
1012- Changed ` pybricksdev.compile.compile_multi_file() ` to use ` mpy-tool ` to find imports
1113 instead of Python's ` ModuleFinder ` .
@@ -540,7 +542,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
540542- Typo in ` pip ` arguments ` README.md ` .
541543
542544
543- [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v2.2.0...HEAD
545+ [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v2.3.1...HEAD
546+ [ 2.3.1 ] : https://github.com/pybricks/pybricksdev/compare/v2.3.0...v2.3.1
547+ [ 2.3.0 ] : https://github.com/pybricks/pybricksdev/compare/v2.2.0...v2.3.0
544548[ 2.2.0 ] : https://github.com/pybricks/pybricksdev/compare/v2.1.1...v2.2.0
545549[ 2.1.1 ] : https://github.com/pybricks/pybricksdev/compare/v2.1.0...v2.1.1
546550[ 2.1.0 ] : https://github.com/pybricks/pybricksdev/compare/v2.0.1...v2.1.0
Original file line number Diff line number Diff line change 11[project ]
22name = " pybricksdev"
3- version = " 2.3.0 "
3+ version = " 2.3.1 "
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