Skip to content

Commit 296c9ef

Browse files
committed
v2.3.1
1 parent c222023 commit 296c9ef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 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.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

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.0"
3+
version = "2.3.1"
44
description = "Pybricks developer tools"
55
authors = [{ name = "The Pybricks Authors", email = "dev@pybricks.com" }]
66
maintainers = [

0 commit comments

Comments
 (0)