Skip to content

Commit 67b283d

Browse files
committed
v3.6.0b5
1 parent 57793e3 commit 67b283d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [3.6.0b5] - 2025-02-26
8+
79
### Changed
810
- Changed order of the `DriveBase.arc` method parameters. This method has not
911
yet been released or documented, so this is not a breaking change ([support#1157]).

lib/pbio/include/pbio/version.h

+1-1
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 4
29+
#define PBIO_VERSION_SERIAL 5
3030

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

0 commit comments

Comments
 (0)