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+ ## [ 3.9.1] - 2024-09-19
10+
911### Added
1012
1113- Add test returning reference of std::pair ([ #503 ] ( https://github.com/stack-of-tasks/eigenpy/pull/503 ) )
@@ -683,7 +685,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
683685
684686## [ 1.0.0] - 2014-07-18
685687
686- [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.9.0...HEAD
688+ [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.9.1...HEAD
689+ [ 3.9.1 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.9.0...v3.9.1
687690[ 3.9.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.8.2...v3.9.0
688691[ 3.8.2 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.8.1...v3.8.2
689692[ 3.8.1 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...v3.8.1
You can’t perform that action at this time.
0 commit comments