From e75cda81a8fe3da6ef088a184b758f0f64cccdbd Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 24 Sep 2024 16:13:58 +0200 Subject: [PATCH] v3.6.0b1 --- CHANGELOG.md | 5 ++++- lib/pbio/include/pbio/version.h | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc384b861..7afb8f8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [3.6.0b1] - 2024-09-24 + ### Added - Allow Bluetooth to be toggled off and on with the Bluetooth button on the @@ -940,7 +942,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...HEAD +[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 [3.5.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...v3.5.0b1 diff --git a/lib/pbio/include/pbio/version.h b/lib/pbio/include/pbio/version.h index b195b9593..863527f40 100644 --- a/lib/pbio/include/pbio/version.h +++ b/lib/pbio/include/pbio/version.h @@ -17,16 +17,16 @@ #define PBIO_VERSION_MAJOR 3 /** The current minor version. */ -#define PBIO_VERSION_MINOR 5 +#define PBIO_VERSION_MINOR 6 /** The current patch version. */ #define PBIO_VERSION_MICRO 0 /** The current prerelease level as a hex digit. */ -#define PBIO_VERSION_LEVEL_HEX 0xF +#define PBIO_VERSION_LEVEL_HEX 0xB /** The current prerelease serial. */ -#define PBIO_VERSION_SERIAL 0 +#define PBIO_VERSION_SERIAL 1 /** * The current prerelease level as a string.