Skip to content

Commit ad5fd6e

Browse files
committed
v3.1.0b1
1 parent e97c160 commit ad5fd6e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.1.0b1] - 2021-08-21
8+
79
### Added
810
- Support for LEGO Technic Color Light Matrix ([support#440]).
911
- Support for LEGO UART devices with a new battery power flag. This is
@@ -155,7 +157,8 @@ Prerelease changes are documented at [support#48].
155157

156158

157159
<!-- diff links for headers -->
158-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a4...HEAD
160+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0b1...HEAD
161+
[3.1.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a4...v3.1.0b1
159162
[3.1.0a4]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a3...v3.1.0a4
160163
[3.1.0a3]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a2...v3.1.0a3
161164
[3.1.0a2]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a1...v3.1.0a2

lib/pbio/include/pbio/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
#define PBIO_VERSION_MICRO 0
2424

2525
/** The current prerelease level as a hex digit. */
26-
#define PBIO_VERSION_LEVEL_HEX 0xA
26+
#define PBIO_VERSION_LEVEL_HEX 0xB
2727

2828
/** The current prerelease serial. */
29-
#define PBIO_VERSION_SERIAL 4
29+
#define PBIO_VERSION_SERIAL 1
3030

3131
/**
3232
* The current prerelease level as a string.

0 commit comments

Comments
 (0)