File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 3.2.0] - 2022-12-20
8
+
7
9
### Changed
8
10
- Buffered stdout is flushed before ending user program.
9
11
@@ -436,7 +438,8 @@ Prerelease changes are documented at [support#48].
436
438
437
439
438
440
<!-- 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
440
443
[ 3.2.0c1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b6...v3.2.0c1
441
444
[ 3.2.0b6 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b5...v3.2.0b6
442
445
[ 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 23
23
#define PBIO_VERSION_MICRO 0
24
24
25
25
/** The current prerelease level as a hex digit. */
26
- #define PBIO_VERSION_LEVEL_HEX 0xC
26
+ #define PBIO_VERSION_LEVEL_HEX 0xF
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 1
29
+ #define PBIO_VERSION_SERIAL 0
30
30
31
31
/**
32
32
* The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments