Skip to content

Commit 81c54a4

Browse files
committed
release: Update CHANGELOG.md for 3.5.1
1 parent 16b2d14 commit 81c54a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.5.1] - 2024-04-25
10+
911
### Fixed
1012
- Allow EigenToPy/EigenFromPy specialization with CL compiler ([#462](https://github.com/stack-of-tasks/eigenpy/pull/462))
1113
- Fix missing include for boost >= 1.85 ([#464](https://github.com/stack-of-tasks/eigenpy/pull/464))
@@ -628,7 +630,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
628630

629631
## [1.0.0] - 2014-07-18
630632

631-
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.5.0...HEAD
633+
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.5.1...HEAD
634+
[3.5.1]: https://github.com/stack-of-tasks/eigenpy/compare/v3.5.0...v3.5.1
632635
[3.5.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.4.0...v3.5.0
633636
[3.4.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.3.0...v3.4.0
634637
[3.3.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...v3.3.0

0 commit comments

Comments
 (0)