Skip to content

Commit

Permalink
v3.1.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jul 6, 2021
1 parent bed9ab7 commit 29e394c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Changelog

## [Unreleased]
## [3.1.0a2] - 2021-07-06

### Added
- Support for reading button state on Technic Hub, City Hub, and Move Hub.
Expand Down Expand Up @@ -69,8 +69,8 @@ Prerelease changes are documented at [support#48].
<!-- let's try to keep this list sorted -->
[issue#21]: https://github.com/pybricks/pybricks-micropython/issues/21
[issue#49]: https://github.com/pybricks/pybricks-micropython/issues/49
[pull#57]: https://github.com/pybricks/pybricks-micropython/pull/57
[issue#58]: https://github.com/pybricks/pybricks-micropython/issues/58
[pull#57]: https://github.com/pybricks/pybricks-micropython/pull/57
[support#48]: https://github.com/pybricks/support/issues/48
[support#52]: https://github.com/pybricks/support/issues/52
[support#186]: https://github.com/pybricks/support/issues/186
Expand All @@ -80,6 +80,7 @@ Prerelease changes are documented at [support#48].
[support#361]: https://github.com/pybricks/support/issues/361
[support#379]: https://github.com/pybricks/support/issues/379

[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a1...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a2...HEAD
[3.1.0a2]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a1...v3.1.0a2
[3.1.0a1]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...v3.1.0a1
[3.0.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0c1...v3.0.0
2 changes: 1 addition & 1 deletion lib/pbio/include/pbio/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define PBIO_VERSION_LEVEL_HEX 0xA

/** The current prerelease serial. */
#define PBIO_VERSION_SERIAL 1
#define PBIO_VERSION_SERIAL 2

/**
* The current prerelease level as a string.
Expand Down

0 comments on commit 29e394c

Please sign in to comment.