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 2
2
3
3
# Changelog
4
4
5
- ## [ Unreleased ]
5
+ ## [ 3.1.0a1 ] - 2021-06-23
6
6
7
7
### Added
8
8
- Added PnP ID characteristic to Device Information Service and to advertising
@@ -50,5 +50,6 @@ Prerelease changes are documented at [support#48].
50
50
[ support#352 ] : https://github.com/pybricks/support/issues/352
51
51
[ support#361 ] : https://github.com/pybricks/support/issues/361
52
52
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
54
55
[ 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 17
17
#define PBIO_VERSION_MAJOR 3
18
18
19
19
/** The current minor version. */
20
- #define PBIO_VERSION_MINOR 0
20
+ #define PBIO_VERSION_MINOR 1
21
21
22
22
/** The current patch version. */
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 0xF
26
+ #define PBIO_VERSION_LEVEL_HEX 0xA
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 0
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