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.1.0b1] - 2021-08-21
8
+
7
9
### Added
8
10
- Support for LEGO Technic Color Light Matrix ([ support #440 ] ).
9
11
- Support for LEGO UART devices with a new battery power flag. This is
@@ -155,7 +157,8 @@ Prerelease changes are documented at [support#48].
155
157
156
158
157
159
<!-- diff links for headers -->
158
- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a4...HEAD
160
+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.1.0b1...HEAD
161
+ [ 3.1.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a4...v3.1.0b1
159
162
[ 3.1.0a4 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a3...v3.1.0a4
160
163
[ 3.1.0a3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a2...v3.1.0a3
161
164
[ 3.1.0a2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a1...v3.1.0a2
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 0xA
26
+ #define PBIO_VERSION_LEVEL_HEX 0xB
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 4
29
+ #define PBIO_VERSION_SERIAL 1
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