Skip to content

Commit 4e75c70

Browse files
committed
v3.1.0a4
1 parent 102accb commit 4e75c70

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Changelog
44

5-
## [Unreleased]
5+
## [3.1.0a4] - 2021-08-30
66

77
### Added
88
- Enabled builtin `bytearray` ([pull#60]).
@@ -12,10 +12,11 @@
1212
new contributors to experiment with Pybricks using C code.
1313
- Added ability to import the `main.mpy` that is embedded in the firmware from
1414
a download and run program ([support#408]).
15-
- Add `pybricks.iodevices.LWP3Device` to communicate with a device that supports the LEGO Wireless Protocol 3.0.00 ([support#262])
15+
- Added `pybricks.iodevices.LWP3Device` to communicate with a device that supports
16+
the LEGO Wireless Protocol 3.0.00 ([pull#68])
1617

1718
### Changed
18-
- Move Hub Bluetooth optimizations to reduce firmware size ([issue#49]).
19+
- Move Hub Bluetooth optimizations to reduce firmware size ([issue#49]).
1920
- Disabled `pybricks.iodevices` module on Move Hub to reduce firmware size.
2021
- Improvements to `pybricks.pupdevices.Remote`:
2122
- Check if a remote is already connected before attempting to create a new
@@ -111,6 +112,7 @@ Prerelease changes are documented at [support#48].
111112
[issue#59]: https://github.com/pybricks/pybricks-micropython/issues/59
112113
[pull#57]: https://github.com/pybricks/pybricks-micropython/pull/57
113114
[pull#60]: https://github.com/pybricks/pybricks-micropython/pull/60
115+
[pull#68]: https://github.com/pybricks/pybricks-micropython/pull/68
114116
[support#48]: https://github.com/pybricks/support/issues/48
115117
[support#52]: https://github.com/pybricks/support/issues/52
116118
[support#186]: https://github.com/pybricks/support/issues/186
@@ -124,7 +126,8 @@ Prerelease changes are documented at [support#48].
124126
[support#389]: https://github.com/pybricks/support/issues/389
125127
[support#408]: https://github.com/pybricks/support/issues/408
126128

127-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a3...HEAD
129+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a4...HEAD
130+
[3.1.0a4]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a3...v3.1.0a4
128131
[3.1.0a3]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a2...v3.1.0a3
129132
[3.1.0a2]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a1...v3.1.0a2
130133
[3.1.0a1]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...v3.1.0a1

lib/pbio/include/pbio/version.h

Lines changed: 1 addition & 1 deletion
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 3
29+
#define PBIO_VERSION_SERIAL 4
3030

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

0 commit comments

Comments
 (0)