Skip to content

Commit e35c6be

Browse files
committed
release: Update CHANGELOG.md for 3.7.0
1 parent 9e5da18 commit e35c6be

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.7.0] - 2024-06-11
10+
911
### Added
1012
- Added id() helper to retrieve unique object identifier in Python ([#477](https://github.com/stack-of-tasks/eigenpy/pull/477))
1113
- Expose QR solvers ([#478](https://github.com/stack-of-tasks/eigenpy/pull/478))
@@ -642,7 +644,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
642644

643645
## [1.0.0] - 2014-07-18
644646

645-
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.6.0...HEAD
647+
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.7.0...HEAD
648+
[3.7.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.6.0...v3.7.0
646649
[3.6.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.5.1...v3.6.0
647650
[3.5.1]: https://github.com/stack-of-tasks/eigenpy/compare/v3.5.0...v3.5.1
648651
[3.5.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.4.0...v3.5.0

0 commit comments

Comments
 (0)