File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 3.3.0b2] - 2023-03-08
8
+
7
9
### Added
8
10
- Added ` precision_profile ` parameter to ` Motor ` initializer. This can be used
9
11
to reduce control gains to get smoother motions for heavy loads or heavily
@@ -505,7 +507,8 @@ Prerelease changes are documented at [support#48].
505
507
506
508
507
509
<!-- diff links for headers -->
508
- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b1...HEAD
510
+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b2...HEAD
511
+ [ 3.3.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b1...v3.3.0b2
509
512
[ 3.3.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.2...v3.3.0b1
510
513
[ 3.2.2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.1...v3.2.2
511
514
[ 3.2.1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0...v3.2.1
Original file line number Diff line number Diff line change 26
26
#define PBIO_VERSION_LEVEL_HEX 0xB
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 1
29
+ #define PBIO_VERSION_SERIAL 2
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