Skip to content

Commit 0b75367

Browse files
committed
v3.1.0
1 parent 47d8810 commit 0b75367

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
## [Unreleased]
66

7+
## [3.1.0] - 2021-12-16
8+
79
### Changed
8-
- Renamed new `DCMotor.dc_settings()` method
9-
to `DCMotor.settings()` ([support#536]).
10+
- Renamed new `DCMotor.dc_settings()` method to `DCMotor.settings()` ([support#536]).
1011

1112
### Fixed
1213
- Fixed direction for `DriveBase.turn()` and `Drivebase.curve()` for some
@@ -199,7 +200,8 @@ Prerelease changes are documented at [support#48].
199200

200201

201202
<!-- diff links for headers -->
202-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0c1...HEAD
203+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0...HEAD
204+
[3.1.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0c1...v3.1.0
203205
[3.1.0c1]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a4...v3.1.0c1
204206
[3.1.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a4...v3.1.0b1
205207
[3.1.0a4]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a3...v3.1.0a4

lib/pbio/include/pbio/version.h

Lines changed: 2 additions & 2 deletions
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 0xC
26+
#define PBIO_VERSION_LEVEL_HEX 0xF
2727

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

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

0 commit comments

Comments
 (0)