We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ec2dc commit d0b34adCopy full SHA for d0b34ad
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [2.3.0] - 2025-10-31
10
+
11
### Added
12
- Added the `--bin` option to the `compile` command.
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pybricksdev"
3
-version = "2.2.0"
+version = "2.3.0"
4
description = "Pybricks developer tools"
5
authors = [{ name = "The Pybricks Authors", email = "dev@pybricks.com" }]
maintainers = [
0 commit comments