File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Changelog
4
4
5
- ## [ Unreleased ]
5
+ ## [ 3.1.0a2 ] - 2021-07-06
6
6
7
7
### Added
8
8
- Support for reading button state on Technic Hub, City Hub, and Move Hub.
@@ -69,8 +69,8 @@ Prerelease changes are documented at [support#48].
69
69
<!-- let's try to keep this list sorted -->
70
70
[ issue#21 ] : https://github.com/pybricks/pybricks-micropython/issues/21
71
71
[ issue#49 ] : https://github.com/pybricks/pybricks-micropython/issues/49
72
- [ pull#57 ] : https://github.com/pybricks/pybricks-micropython/pull/57
73
72
[ issue#58 ] : https://github.com/pybricks/pybricks-micropython/issues/58
73
+ [ pull#57 ] : https://github.com/pybricks/pybricks-micropython/pull/57
74
74
[ support#48 ] : https://github.com/pybricks/support/issues/48
75
75
[ support#52 ] : https://github.com/pybricks/support/issues/52
76
76
[ support#186 ] : https://github.com/pybricks/support/issues/186
@@ -80,6 +80,7 @@ Prerelease changes are documented at [support#48].
80
80
[ support#361 ] : https://github.com/pybricks/support/issues/361
81
81
[ support#379 ] : https://github.com/pybricks/support/issues/379
82
82
83
- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a1...HEAD
83
+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a2...HEAD
84
+ [ 3.1.0a2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a1...v3.1.0a2
84
85
[ 3.1.0a1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...v3.1.0a1
85
86
[ 3.0.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0c1...v3.0.0
Original file line number Diff line number Diff line change 26
26
#define PBIO_VERSION_LEVEL_HEX 0xA
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