File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 3.2.2] - 2023-01-06
8
+
7
9
### Fixed
8
10
- Fixed some objects do not implement ` __hash__ ` ([ support #876 ] ).
9
11
- Fixed ` Motor.run_time ` not completing under load ([ support #903 ] ).
@@ -452,7 +454,8 @@ Prerelease changes are documented at [support#48].
452
454
453
455
454
456
<!-- 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
456
459
[ 3.2.1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0...v3.2.1
457
460
[ 3.2.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0c1...v3.2.0
458
461
[ 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 1
1
// SPDX-License-Identifier: MIT
2
- // Copyright (c) 2019-2022 The Pybricks Authors
2
+ // Copyright (c) 2019-2023 The Pybricks Authors
3
3
4
4
/**
5
5
* @addtogroup Version pbio/version: Version Information
20
20
#define PBIO_VERSION_MINOR 2
21
21
22
22
/** The current patch version. */
23
- #define PBIO_VERSION_MICRO 1
23
+ #define PBIO_VERSION_MICRO 2
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