File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33# Changelog
44
5- ## [ Unreleased ]
5+ ## [ 3.1.0a2 ] - 2021-07-06
66
77### Added
88- Support for reading button state on Technic Hub, City Hub, and Move Hub.
@@ -69,8 +69,8 @@ Prerelease changes are documented at [support#48].
6969<!-- let's try to keep this list sorted -->
7070[ issue#21 ] : https://github.com/pybricks/pybricks-micropython/issues/21
7171[ issue#49 ] : https://github.com/pybricks/pybricks-micropython/issues/49
72- [ pull#57 ] : https://github.com/pybricks/pybricks-micropython/pull/57
7372[ issue#58 ] : https://github.com/pybricks/pybricks-micropython/issues/58
73+ [ pull#57 ] : https://github.com/pybricks/pybricks-micropython/pull/57
7474[ support#48 ] : https://github.com/pybricks/support/issues/48
7575[ support#52 ] : https://github.com/pybricks/support/issues/52
7676[ support#186 ] : https://github.com/pybricks/support/issues/186
@@ -80,6 +80,7 @@ Prerelease changes are documented at [support#48].
8080[ support#361 ] : https://github.com/pybricks/support/issues/361
8181[ support#379 ] : https://github.com/pybricks/support/issues/379
8282
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
8485[ 3.1.0a1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...v3.1.0a1
8586[ 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 2626#define PBIO_VERSION_LEVEL_HEX 0xA
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 1
29+ #define PBIO_VERSION_SERIAL 2
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments