diff --git a/CHANGELOG.md b/CHANGELOG.md index 3558795..3ac1f2b 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.50] - 2024-07-01 + ### Changed - Improved `SyntaxError` handling in `lwp3 repl` command. - Minimum Python version changed to 3.10. @@ -429,7 +431,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.49..HEAD +[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.50..HEAD +[1.0.0-alpha.50]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.49...v1.0.0-alpha.50 [1.0.0-alpha.49]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.48...v1.0.0-alpha.49 [1.0.0-alpha.48]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.47...v1.0.0-alpha.48 [1.0.0-alpha.47]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.46...v1.0.0-alpha.47 diff --git a/pyproject.toml b/pyproject.toml index 0856a97..215eb48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricksdev" -version = "1.0.0-alpha.49" +version = "1.0.0-alpha.50" description = "Pybricks developer tools" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]