Skip to content

Commit

Permalink
v1.0.0-alpha.43
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Apr 19, 2023
1 parent 86e137e commit 67a3335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-alpha.43] - 2023-04-19

### Added
- Added support for Pybricks Profile v1.3.0.
- Added new `PybricksHub.write_string()` method.
Expand Down Expand Up @@ -366,7 +368,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.42..HEAD
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.43..HEAD
[1.0.0-alpha.43]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.42...v1.0.0-alpha.43
[1.0.0-alpha.42]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.41...v1.0.0-alpha.42
[1.0.0-alpha.41]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.40...v1.0.0-alpha.41
[1.0.0-alpha.40]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.39...v1.0.0-alpha.40
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybricksdev"
version = "1.0.0-alpha.42"
version = "1.0.0-alpha.43"
description = "Pybricks developer tools"
authors = ["The Pybricks Authors <dev@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
Expand Down

0 comments on commit 67a3335

Please sign in to comment.