File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ## [ 0.7.2] - 2025-03-12
10+
911### Fixed
1012* Fix an arcane compilation issue on Clang-19 ([ #379 ] ( https://github.com/Simple-Robotics/proxsuite/pull/379 ) )
1113* Replace ` != None ` with ` is not None ` in Python bindings ([ #375 ] ( https://github.com/Simple-Robotics/proxsuite/pull/375 ) )
@@ -463,7 +465,8 @@ More to come ([#](a forthcoming release.))
463465The first release of ProxSuite.
464466
465467
466- [ Unreleased ] : https://github.com/Simple-Robotics/proxsuite/compare/v0.7.1...HEAD
468+ [ Unreleased ] : https://github.com/Simple-Robotics/proxsuite/compare/v0.7.2...HEAD
469+ [ 0.7.2 ] : https://github.com/Simple-Robotics/proxsuite/compare/v0.7.1...v0.7.2
467470[ 0.7.1 ] : https://github.com/Simple-Robotics/proxsuite/compare/v0.7.0...v0.7.1
468471[ 0.7.0 ] : https://github.com/Simple-Robotics/proxsuite/compare/v0.6.7...v0.7.0
469472[ 0.6.7 ] : https://github.com/Simple-Robotics/proxsuite/compare/v0.6.6...v0.6.7
You can’t perform that action at this time.
0 commit comments