File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Changelog
4
4
5
- ## [ Unreleased ]
5
+ ## [ 3.2.3 ] - 2023-02-17
6
6
7
7
### Added
8
8
- Added ` close() ` method to ` DCMotor ` and ` Motor ` so they can be closed and
@@ -466,7 +466,7 @@ Prerelease changes are documented at [support#48].
466
466
467
467
468
468
<!-- diff links for headers -->
469
- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.2...HEAD
469
+ [ 3.2.3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.2...v3.2.3
470
470
[ 3.2.2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.1...v3.2.2
471
471
[ 3.2.1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0...v3.2.1
472
472
[ 3.2.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0c1...v3.2.0
Original file line number Diff line number Diff line change 20
20
#define PBIO_VERSION_MINOR 2
21
21
22
22
/** The current patch version. */
23
- #define PBIO_VERSION_MICRO 2
23
+ #define PBIO_VERSION_MICRO 3
24
24
25
25
/** The current prerelease level as a hex digit. */
26
26
#define PBIO_VERSION_LEVEL_HEX 0xF
You can’t perform that action at this time.
0 commit comments