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.6.1] - 2025-03-11
8+
79### Fixed
810
911- Fixed overflow in saturation and value for ambient color measurement. This
1416[ pybricks-micropython#294 ] : https://github.com/pybricks/pybricks-micropython/pull/294
1517[ pybricks-micropython#295 ] : https://github.com/pybricks/pybricks-micropython/pull/295
1618
17- ## [ 3.6.0] - 2024 -03-02
19+ ## [ 3.6.0] - 2025 -03-02
1820
1921### Changed
2022- Bump version from beta to 3.6.0 without additional changes.
@@ -1072,7 +1074,8 @@ Prerelease changes are documented at [support#48].
10721074
10731075
10741076<!-- diff links for headers -->
1075- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0...HEAD
1077+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.1...HEAD
1078+ [ 3.6.1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0...v3.6.1
10761079[ 3.6.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b5...v3.6.0
10771080[ 3.6.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b4...v3.6.0b5
10781081[ 3.6.0b4 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b3...v3.6.0b4
Original file line number Diff line number Diff line change 2020#define PBIO_VERSION_MINOR 6
2121
2222/** The current patch version. */
23- #define PBIO_VERSION_MICRO 0
23+ #define PBIO_VERSION_MICRO 1
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