Skip to content

Commit 29e394c

Browse files
committedJul 6, 2021
v3.1.0a2
1 parent bed9ab7 commit 29e394c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

‎lib/pbio/include/pbio/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.

0 commit comments

Comments
 (0)
Please sign in to comment.