Skip to content

Commit 5f44290

Browse files
committed
v1.0.1
1 parent e2964f3 commit 5f44290

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.1] - 2025-02-20
10+
911
### Fixed
1012
- Relax version constraints. ([pybricksdev#106])
1113

@@ -457,7 +459,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
457459
- Typo in `pip` arguments `README.md`.
458460

459461

460-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0..HEAD
462+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.1..HEAD
463+
[1.0.1]: https://github.com/pybricks/pybricksdev/compare/v1.0.0...v1.0.1
461464
[1.0.0]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.52...v1.0.0
462465
[1.0.0-alpha.52]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.51...v1.0.0-alpha.52
463466
[1.0.0-alpha.51]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.50...v1.0.0-alpha.51

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"
3+
version = "1.0.1"
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)