Skip to content

Commit 651f19a

Browse files
committed
release: Update CHANGELOG.md for 3.12.0
1 parent 99d7f2f commit 651f19a

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.12.0] - 2025-08-12
10+
911
### Added
1012

1113
- Add additional decompositions and solvers from Eigen ([#571](https://github.com/stack-of-tasks/eigenpy/pull/571))
@@ -750,7 +752,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
750752

751753
## [1.0.0] - 2014-07-18
752754

753-
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.11.0...HEAD
755+
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.12.0...HEAD
756+
[3.12.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.11.0...v3.12.0
754757
[3.11.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.10.3...v3.11.0
755758
[3.10.3]: https://github.com/stack-of-tasks/eigenpy/compare/v3.10.2...v3.10.3
756759
[3.10.2]: https://github.com/stack-of-tasks/eigenpy/compare/v3.10.1...v3.10.2

0 commit comments

Comments
 (0)