File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22
33# Changelog
44
5- ## [ Unreleased ]
5+ ## [ 3.1.0a1 ] - 2021-06-23
66
77### Added
88- Added PnP ID characteristic to Device Information Service and to advertising
@@ -50,5 +50,6 @@ Prerelease changes are documented at [support#48].
5050[ support#352 ] : https://github.com/pybricks/support/issues/352
5151[ support#361 ] : https://github.com/pybricks/support/issues/361
5252
53- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...HEAD
53+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a1...HEAD
54+ [ 3.1.0a1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...v3.1.0a1
5455[ 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 1717#define PBIO_VERSION_MAJOR 3
1818
1919/** The current minor version. */
20- #define PBIO_VERSION_MINOR 0
20+ #define PBIO_VERSION_MINOR 1
2121
2222/** The current patch version. */
2323#define PBIO_VERSION_MICRO 0
2424
2525/** The current prerelease level as a hex digit. */
26- #define PBIO_VERSION_LEVEL_HEX 0xF
26+ #define PBIO_VERSION_LEVEL_HEX 0xA
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 0
29+ #define PBIO_VERSION_SERIAL 1
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments