Skip to content

Commit 85841d9

Browse files
committed
v1.0.0-alpha.48
1 parent 4830be5 commit 85841d9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.0.0-alpha.48] - 2024-05-04
10+
911
### Changed
1012
- Updated `hidapi` dependency to v0.14.0.
1113

1214
### Fixed
1315
- Fixed installing on Windows due to failed `hidapi` installation.
1416

15-
## [1.0.0-alpha.46] - 2024-05-04
17+
## [1.0.0-alpha.47] - 2024-05-04
1618

1719
### Changed
1820
- Allow hostname in `pybricksdev run ssh --name=...`.
@@ -410,8 +412,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
410412

411413

412414

413-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.47..HEAD
414-
[1.0.0-alpha.47]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.47...v1.0.0-alpha.47
415+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.48..HEAD
416+
[1.0.0-alpha.48]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.47...v1.0.0-alpha.48
417+
[1.0.0-alpha.47]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.46...v1.0.0-alpha.47
415418
[1.0.0-alpha.46]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.45...v1.0.0-alpha.46
416419
[1.0.0-alpha.45]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.44...v1.0.0-alpha.45
417420
[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.47"
3+
version = "1.0.0-alpha.48"
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)