diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5cde4..ad2fdf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.46] - 2023-05-01 + ### Added - Added `PybricksHub.download_user_program()` method ([support#284]). - Added support for flashing EV3 firmware. @@ -392,7 +394,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.45..HEAD +[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.46..HEAD +[1.0.0-alpha.46]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.45...v1.0.0-alpha.46 [1.0.0-alpha.45]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.44...v1.0.0-alpha.45 [1.0.0-alpha.44]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.43...v1.0.0-alpha.44 [1.0.0-alpha.43]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.42...v1.0.0-alpha.43 diff --git a/pyproject.toml b/pyproject.toml index c72cf64..7a17ca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricksdev" -version = "1.0.0-alpha.45" +version = "1.0.0-alpha.46" description = "Pybricks developer tools" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]