Skip to content

Commit e75cda8

Browse files
committed
v3.6.0b1
1 parent 63de1b5 commit e75cda8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.6.0b1] - 2024-09-24
8+
79
### Added
810

911
- 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].
940942

941943

942944
<!-- 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
944947
[3.5.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...v3.5.0
945948
[3.5.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...v3.5.0b2
946949
[3.5.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...v3.5.0b1

lib/pbio/include/pbio/version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
#define PBIO_VERSION_MAJOR 3
1818

1919
/** The current minor version. */
20-
#define PBIO_VERSION_MINOR 5
20+
#define PBIO_VERSION_MINOR 6
2121

2222
/** The current patch version. */
2323
#define PBIO_VERSION_MICRO 0
2424

2525
/** The current prerelease level as a hex digit. */
26-
#define PBIO_VERSION_LEVEL_HEX 0xF
26+
#define PBIO_VERSION_LEVEL_HEX 0xB
2727

2828
/** The current prerelease serial. */
29-
#define PBIO_VERSION_SERIAL 0
29+
#define PBIO_VERSION_SERIAL 1
3030

3131
/**
3232
* The current prerelease level as a string.

0 commit comments

Comments
 (0)