File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22 push :
33 tags :
44 - ' v3.*'
5+ - ' v4.*'
56
67name : Upload Release Assets
78
Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 4.0.0b2] - 2025-11-25
8+
9+ ### Fixed
10+ - Enable CI releases for v4.x.
11+
712## [ 4.0.0b1] - 2025-11-25
813
914### Added
@@ -1169,7 +1174,8 @@ Prerelease changes are documented at [support#48].
11691174
11701175
11711176<!-- diff links for headers -->
1172- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b1...HEAD
1177+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b2...HEAD
1178+ [ 4.0.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b1...v4.0.0b2
11731179[ 4.0.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.1...v4.0.0b1
11741180[ 3.6.1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0...v3.6.1
11751181[ 3.6.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b5...v3.6.0
Original file line number Diff line number Diff line change 2626#define PBIO_VERSION_LEVEL_HEX 0xB
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 1
29+ #define PBIO_VERSION_SERIAL 2
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments