Skip to content

Commit 5de60d6

Browse files
committed
v3.1.0c1
1 parent dbdf6e7 commit 5de60d6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.1.0c1] - 2021-11-19
8+
79
### Added
810
- Added `DriveBase.curve()` method to drive an arc segment.
911
- Added `then` and `wait` arguments to `DriveBase` methods ([support#57]).
@@ -185,7 +187,8 @@ Prerelease changes are documented at [support#48].
185187

186188

187189
<!-- diff links for headers -->
188-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0b1...HEAD
190+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0c1...HEAD
191+
[3.1.0c1]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a4...v3.1.0c1
189192
[3.1.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a4...v3.1.0b1
190193
[3.1.0a4]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a3...v3.1.0a4
191194
[3.1.0a3]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a2...v3.1.0a3

lib/pbio/include/pbio/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PBIO_VERSION_MICRO 0
2424

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

2828
/** The current prerelease serial. */
2929
#define PBIO_VERSION_SERIAL 1

0 commit comments

Comments
 (0)