From aa317a7dd195f6469f19c6ae1c9698065d7a5f90 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Thu, 11 Apr 2024 14:18:31 +0200 Subject: [PATCH] v3.5.0 --- CHANGELOG.md | 8 +++++++- lib/pbio/include/pbio/version.h | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2505bbd7..f2501ba69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## [Unreleased] +## [3.5.0] - 2024-04-11 + +### Changed +- Bump version from release candidate to 3.5.0 without additional changes. + ## [3.5.0b2] - 2024-04-05 ### Added @@ -866,7 +871,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...HEAD +[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 [3.4.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b3...v3.4.0 diff --git a/lib/pbio/include/pbio/version.h b/lib/pbio/include/pbio/version.h index a2243c80b..b195b9593 100644 --- a/lib/pbio/include/pbio/version.h +++ b/lib/pbio/include/pbio/version.h @@ -23,10 +23,10 @@ #define PBIO_VERSION_MICRO 0 /** The current prerelease level as a hex digit. */ -#define PBIO_VERSION_LEVEL_HEX 0xB +#define PBIO_VERSION_LEVEL_HEX 0xF /** The current prerelease serial. */ -#define PBIO_VERSION_SERIAL 2 +#define PBIO_VERSION_SERIAL 0 /** * The current prerelease level as a string.