File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 3.6.0b1] - 2024-09-24
8
+
7
9
### Added
8
10
9
11
- Allow Bluetooth to be toggled off and on with the Bluetooth button on the
@@ -940,7 +942,8 @@ Prerelease changes are documented at [support#48].
940
942
941
943
942
944
<!-- diff links for headers -->
943
- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...HEAD
945
+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...HEAD
946
+ [ 3.6.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...v3.6.0b1
944
947
[ 3.5.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...v3.5.0
945
948
[ 3.5.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...v3.5.0b2
946
949
[ 3.5.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...v3.5.0b1
Original file line number Diff line number Diff line change 17
17
#define PBIO_VERSION_MAJOR 3
18
18
19
19
/** The current minor version. */
20
- #define PBIO_VERSION_MINOR 5
20
+ #define PBIO_VERSION_MINOR 6
21
21
22
22
/** The current patch version. */
23
23
#define PBIO_VERSION_MICRO 0
24
24
25
25
/** The current prerelease level as a hex digit. */
26
- #define PBIO_VERSION_LEVEL_HEX 0xF
26
+ #define PBIO_VERSION_LEVEL_HEX 0xB
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 0
29
+ #define PBIO_VERSION_SERIAL 1
30
30
31
31
/**
32
32
* The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments