Skip to content

Commit 568a759

Browse files
committed
v3.3.0c1
1 parent 0c7da32 commit 568a759

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Changelog
44

5-
## [Unreleased]
5+
## [3.3.0c1] - 2023-11-20
66

77
### Added
88
- Added `MoveHub.imu.tilt()` ([support#539]).
@@ -728,7 +728,8 @@ Prerelease changes are documented at [support#48].
728728

729729

730730
<!-- diff links for headers -->
731-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b9...HEAD
731+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0c1...HEAD
732+
[3.3.0c1]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b9...v3.3.0c1
732733
[3.3.0b9]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b8...v3.3.0b9
733734
[3.3.0b8]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...v3.3.0b8
734735
[3.3.0b7]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...v3.3.0b7

lib/pbio/include/pbio/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
#define PBIO_VERSION_MICRO 0
2424

2525
/** The current prerelease level as a hex digit. */
26-
#define PBIO_VERSION_LEVEL_HEX 0xB
26+
#define PBIO_VERSION_LEVEL_HEX 0xC
2727

2828
/** The current prerelease serial. */
29-
#define PBIO_VERSION_SERIAL 9
29+
#define PBIO_VERSION_SERIAL 1
3030

3131
/**
3232
* The current prerelease level as a string.

0 commit comments

Comments
 (0)