diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b15c650..9dc2117e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # Changelog -## [Unreleased] +## [3.3.0c1] - 2023-11-20 ### Added - Added `MoveHub.imu.tilt()` ([support#539]). @@ -728,7 +728,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b9...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0c1...HEAD +[3.3.0c1]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b9...v3.3.0c1 [3.3.0b9]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b8...v3.3.0b9 [3.3.0b8]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...v3.3.0b8 [3.3.0b7]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...v3.3.0b7 diff --git a/lib/pbio/include/pbio/version.h b/lib/pbio/include/pbio/version.h index 5860c6f77..385abc54b 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 0xC /** The current prerelease serial. */ -#define PBIO_VERSION_SERIAL 9 +#define PBIO_VERSION_SERIAL 1 /** * The current prerelease level as a string.