Skip to content

Commit 35d1cb2

Browse files
committed
v2.2.0
1 parent 550b0ab commit 35d1cb2

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.2.0] - 2025-10-25
10+
911
### Added
10-
- Added the `Run Stored Program` option to the `--stay-connected` menu.
11-
([pybricksdev#125])
12-
- Added the `Change Target File` option to the `--stay-connected` menu.
13-
([pybricksdev#123])
12+
- Added the `Run Stored Program` option to the `--stay-connected` menu. ([pybricksdev#125])
13+
- Added the `Change Target File` option to the `--stay-connected` menu. ([pybricksdev#123])
1414

1515
[pybricksdev#123]: https://github.com/pybricks/pybricksdev/pull/123
16-
17-
### Changed
18-
- Changed the default option in the `--stay-connected` menu to be the last
19-
used option. ([pybricksdev#125])
20-
2116
[pybricksdev#125]: https://github.com/pybricks/pybricksdev/pull/125
2217

2318
## [2.1.1] - 2025-09-13
@@ -530,7 +525,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
530525
- Typo in `pip` arguments `README.md`.
531526

532527

533-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v2.1.1...HEAD
528+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v2.2.0...HEAD
529+
[2.2.0]: https://github.com/pybricks/pybricksdev/compare/v2.1.1...v2.2.0
534530
[2.1.1]: https://github.com/pybricks/pybricksdev/compare/v2.1.0...v2.1.1
535531
[2.1.0]: https://github.com/pybricks/pybricksdev/compare/v2.0.1...v2.1.0
536532
[2.0.1]: https://github.com/pybricks/pybricksdev/compare/v2.0.0...v2.0.1

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.1.1"
3+
version = "2.2.0"
44
description = "Pybricks developer tools"
55
authors = [{ name = "The Pybricks Authors", email = "[email protected]" }]
66
maintainers = [

0 commit comments

Comments
 (0)