Skip to content

Commit 22ef545

Browse files
committed
pyproject: v1.1.0
1 parent f24ab3a commit 22ef545

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 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+
## [1.1.0] - 2025-05-28
10+
911
### Added
1012
- Added `pybricksdev download` command to download Python scripts to hubs without running them.
1113
Supports BLE, USB, and SSH connections. ([pybricksdev#107])
@@ -465,7 +467,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
465467
- Typo in `pip` arguments `README.md`.
466468

467469

468-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.1..HEAD
470+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.1.0..HEAD
471+
[1.1.0]: https://github.com/pybricks/pybricksdev/compare/v1.0.1...v1.1.0
469472
[1.0.1]: https://github.com/pybricks/pybricksdev/compare/v1.0.0...v1.0.1
470473
[1.0.0]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.52...v1.0.0
471474
[1.0.0-alpha.52]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.51...v1.0.0-alpha.52

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pybricksdev"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Pybricks developer tools"
55
authors = ["The Pybricks Authors <[email protected]>"]
66
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]

0 commit comments

Comments
 (0)