Skip to content

Commit aa317a7

Browse files
committed
v3.5.0
1 parent d860278 commit aa317a7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [3.5.0] - 2024-04-11
8+
9+
### Changed
10+
- Bump version from release candidate to 3.5.0 without additional changes.
11+
712
## [3.5.0b2] - 2024-04-05
813

914
### Added
@@ -866,7 +871,8 @@ Prerelease changes are documented at [support#48].
866871

867872

868873
<!-- diff links for headers -->
869-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...HEAD
874+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...HEAD
875+
[3.5.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...v3.5.0
870876
[3.5.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...v3.5.0b2
871877
[3.5.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...v3.5.0b1
872878
[3.4.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b3...v3.4.0

lib/pbio/include/pbio/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
#define PBIO_VERSION_MICRO 0
2424

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

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

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

0 commit comments

Comments
 (0)