File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 3.6.0b2] - 2024-10-15
8
+
7
9
### Added
8
10
9
11
- Allow color objects to be iterated as h, s, v = color_object or indexed
@@ -980,7 +982,8 @@ Prerelease changes are documented at [support#48].
980
982
981
983
982
984
<!-- diff links for headers -->
983
- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...HEAD
985
+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b2...HEAD
986
+ [ 3.6.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...v3.6.0b2
984
987
[ 3.6.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...v3.6.0b1
985
988
[ 3.5.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...v3.5.0
986
989
[ 3.5.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...v3.5.0b2
Original file line number Diff line number Diff line change 26
26
#define PBIO_VERSION_LEVEL_HEX 0xB
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 1
29
+ #define PBIO_VERSION_SERIAL 2
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