Skip to content

Commit

Permalink
release: Update CHANGELOG.md for 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jun 11, 2024
1 parent 9e5da18 commit e35c6be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [3.7.0] - 2024-06-11

### Added
- Added id() helper to retrieve unique object identifier in Python ([#477](https://github.com/stack-of-tasks/eigenpy/pull/477))
- Expose QR solvers ([#478](https://github.com/stack-of-tasks/eigenpy/pull/478))
Expand Down Expand Up @@ -642,7 +644,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding

## [1.0.0] - 2014-07-18

[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.6.0...HEAD
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.7.0...HEAD
[3.7.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.6.0...v3.7.0
[3.6.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.5.1...v3.6.0
[3.5.1]: https://github.com/stack-of-tasks/eigenpy/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.4.0...v3.5.0
Expand Down

0 comments on commit e35c6be

Please sign in to comment.