From 88579233a5c07d3b01984a0f331b2fc579ea4b8b Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 15 Oct 2024 13:22:20 +0200 Subject: [PATCH] v3.6.0b2 --- CHANGELOG.md | 5 ++++- lib/pbio/include/pbio/version.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a704eb8..b77c78436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [3.6.0b2] - 2024-10-15 + ### Added - Allow color objects to be iterated as h, s, v = color_object or indexed @@ -980,7 +982,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b2...HEAD +[3.6.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...v3.6.0b2 [3.6.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...v3.6.0b1 [3.5.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...v3.5.0 [3.5.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...v3.5.0b2 diff --git a/lib/pbio/include/pbio/version.h b/lib/pbio/include/pbio/version.h index 863527f40..52e7f996e 100644 --- a/lib/pbio/include/pbio/version.h +++ b/lib/pbio/include/pbio/version.h @@ -26,7 +26,7 @@ #define PBIO_VERSION_LEVEL_HEX 0xB /** The current prerelease serial. */ -#define PBIO_VERSION_SERIAL 1 +#define PBIO_VERSION_SERIAL 2 /** * The current prerelease level as a string.