Skip to content

Commit 3ab93ae

Browse files
committed
v3.1.0a1
1 parent 3dff7b1 commit 3ab93ae

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

lib/pbio/include/pbio/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
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.

0 commit comments

Comments
 (0)