From cdff862e88db96b4df9172f492f1aa6321d17756 Mon Sep 17 00:00:00 2001 From: ManifoldFR Date: Wed, 18 Sep 2024 23:33:57 +0200 Subject: [PATCH] release: Update CHANGELOG.md for 0.8.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ede9fb5fe..198450b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2024-09-18 + ### Added - Getter `getResidual()` for composite cost functions ([#198](https://github.com/Simple-Robotics/aligator/pull/198)) @@ -142,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * This is the first release of `aligator`. This library is a joint effort between INRIA and LAAS-CNRS, and will be maintained and expanded in the future. Please provide constructive feedback and contribute! -[Unreleased]: https://github.com/Simple-Robotics/aligator/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/Simple-Robotics/aligator/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/Simple-Robotics/aligator/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/Simple-Robotics/aligator/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/Simple-Robotics/aligator/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/Simple-Robotics/aligator/compare/v0.5.1...v0.6.0