Skip to content

Commit be626ad

Browse files
committed
v2.1.0
1 parent 585168c commit be626ad

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
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.1.0] - 2025-09-10
10+
911
### Added
1012

1113
- Added the `--stay-connected` arg to the `pybricksdev run`
@@ -15,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
[pybricksdev#122]: https://github.com/pybricks/pybricksdev/pull/122
1719

18-
1920
## [2.0.1] - 2025-08-11
2021

2122
### Fixed
@@ -508,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
508509
- Typo in `pip` arguments `README.md`.
509510

510511

511-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v2.0.1..HEAD
512+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v2.1.0...HEAD
513+
[2.1.0]: https://github.com/pybricks/pybricksdev/compare/v2.0.1...v2.1.0
512514
[2.0.1]: https://github.com/pybricks/pybricksdev/compare/v2.0.0...v2.0.1
513515
[2.0.0]: https://github.com/pybricks/pybricksdev/compare/v1.2.0...v2.0.0
514516
[1.2.0]: https://github.com/pybricks/pybricksdev/compare/v1.1.0...v1.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.0.1"
3+
version = "2.1.0"
44
description = "Pybricks developer tools"
55
authors = [{ name = "The Pybricks Authors", email = "[email protected]" }]
66
maintainers = [

0 commit comments

Comments
 (0)