Skip to content

Commit 07805a3

Browse files
committed
v1.0.0-alpha.47
1 parent c98b34e commit 07805a3

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.0.0-alpha.46] - 2024-05-04
10+
911
### Changed
1012
- Allow hostname in `pybricksdev run ssh --name=...`.
1113
- Updated `bleak` dependency to v0.22.0.
@@ -402,7 +404,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
402404

403405

404406

405-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.46..HEAD
407+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.47..HEAD
408+
[1.0.0-alpha.47]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.47...v1.0.0-alpha.47
406409
[1.0.0-alpha.46]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.45...v1.0.0-alpha.46
407410
[1.0.0-alpha.45]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.44...v1.0.0-alpha.45
408411
[1.0.0-alpha.44]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.43...v1.0.0-alpha.44

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.0-alpha.46"
3+
version = "1.0.0-alpha.47"
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)