Skip to content

Commit be3beb4

Browse files
committed
v3.2.2
1 parent 47e812f commit be3beb4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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

lib/pbio/include/pbio/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -20,7 +20,7 @@
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

0 commit comments

Comments
 (0)