File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.2.2] - 2023-01-06
8+
79### Fixed
810- Fixed some objects do not implement ` __hash__ ` ([ support #876 ] ).
911- Fixed ` Motor.run_time ` not completing under load ([ support #903 ] ).
@@ -452,7 +454,8 @@ Prerelease changes are documented at [support#48].
452454
453455
454456<!-- diff links for headers -->
455- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.1...HEAD
457+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.2...HEAD
458+ [ 3.2.2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.1...v3.2.2
456459[ 3.2.1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0...v3.2.1
457460[ 3.2.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0c1...v3.2.0
458461[ 3.2.0c1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b6...v3.2.0c1
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- // Copyright (c) 2019-2022 The Pybricks Authors
2+ // Copyright (c) 2019-2023 The Pybricks Authors
33
44/**
55 * @addtogroup Version pbio/version: Version Information
2020#define PBIO_VERSION_MINOR 2
2121
2222/** The current patch version. */
23- #define PBIO_VERSION_MICRO 1
23+ #define PBIO_VERSION_MICRO 2
2424
2525/** The current prerelease level as a hex digit. */
2626#define PBIO_VERSION_LEVEL_HEX 0xF
You can’t perform that action at this time.
0 commit comments