Skip to content

Commit abb23af

Browse files
committed
v4.0.0b2
1 parent e13b170 commit abb23af

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
tags:
44
- 'v3.*'
5+
- 'v4.*'
56

67
name: Upload Release Assets
78

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
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

lib/pbio/include/pbio/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.

0 commit comments

Comments
 (0)