File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.2.0] - 2022-12-20
8+
79### Changed
810- Buffered stdout is flushed before ending user program.
911
@@ -436,7 +438,8 @@ Prerelease changes are documented at [support#48].
436438
437439
438440<!-- diff links for headers -->
439- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0c1...HEAD
441+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0...HEAD
442+ [ 3.2.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0c1...v3.2.0
440443[ 3.2.0c1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b6...v3.2.0c1
441444[ 3.2.0b6 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b5...v3.2.0b6
442445[ 3.2.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b4...v3.2.0b5
Original file line number Diff line number Diff line change 2323#define PBIO_VERSION_MICRO 0
2424
2525/** The current prerelease level as a hex digit. */
26- #define PBIO_VERSION_LEVEL_HEX 0xC
26+ #define PBIO_VERSION_LEVEL_HEX 0xF
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 1
29+ #define PBIO_VERSION_SERIAL 0
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments