Skip to content

Commit 1e00704

Browse files
committed
release: Update CHANGELOG.md for 3.8.2
1 parent d3401df commit 1e00704

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.8.2] - 2024-08-26
10+
911
### Fixed
1012
- Fix function signature on Windows ([#494](https://github.com/stack-of-tasks/eigenpy/pull/494))
1113

@@ -662,7 +664,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
662664

663665
## [1.0.0] - 2014-07-18
664666

665-
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.1...HEAD
667+
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.2...HEAD
668+
[3.8.2]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.1...v3.8.2
666669
[3.8.1]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...v3.8.1
667670
[3.8.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.7.0...v3.8.0
668671
[3.7.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.6.0...v3.7.0

0 commit comments

Comments
 (0)