Skip to content

Commit 211c70d

Browse files
committed
release: Update CHANGELOG.md for 3.8.1
1 parent cb14792 commit 211c70d

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.1] - 2024-08-25
10+
911
### Fixed
1012
- Fix compatibility issue with NumPy 2.x on Windows ([#492](https://github.com/stack-of-tasks/eigenpy/pull/492))
1113

@@ -657,7 +659,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
657659

658660
## [1.0.0] - 2014-07-18
659661

660-
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...HEAD
662+
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.1...HEAD
663+
[3.8.1]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...v3.8.1
661664
[3.8.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.7.0...v3.8.0
662665
[3.7.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.6.0...v3.7.0
663666
[3.6.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.5.1...v3.6.0

0 commit comments

Comments
 (0)