File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.0-alpha.48] - 2024-05-04
10
+
9
11
### Changed
10
12
- Updated ` hidapi ` dependency to v0.14.0.
11
13
12
14
### Fixed
13
15
- Fixed installing on Windows due to failed ` hidapi ` installation.
14
16
15
- ## [ 1.0.0-alpha.46 ] - 2024-05-04
17
+ ## [ 1.0.0-alpha.47 ] - 2024-05-04
16
18
17
19
### Changed
18
20
- 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
410
412
411
413
412
414
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
415
418
[ 1.0.0-alpha.46 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.45...v1.0.0-alpha.46
416
419
[ 1.0.0-alpha.45 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.44...v1.0.0-alpha.45
417
420
[ 1.0.0-alpha.44 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.43...v1.0.0-alpha.44
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pybricksdev"
3
- version = " 1.0.0-alpha.47 "
3
+ version = " 1.0.0-alpha.48 "
4
4
description = " Pybricks developer tools"
5
5
authors = [
" The Pybricks Authors <[email protected] >" ]
6
6
maintainers = [
" Laurens Valk <[email protected] >" ,
" David Lechner <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments