From 7b0d3b39056fc0f51ef4f73b4aa58b5b57a2e5d1 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Wed, 8 Nov 2023 17:16:19 +0100 Subject: [PATCH 1/2] common: propose a new changelog format --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..b3468ac69 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +- Support Python 3.12 ([#391](https://github.com/stack-of-tasks/eigenpy/pull/391)) + +### Fixed +- Add method to `std::vector` binding even if another library had registered it ([#393](https://github.com/stack-of-tasks/eigenpy/pull/393)) + +### Changed +- CMake minimal version is now 3.10 ([#388](https://github.com/stack-of-tasks/eigenpy/pull/388)) From 34cef49e08b5446b0173738a106eb491c4ce1587 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Wed, 8 Nov 2023 17:23:13 +0100 Subject: [PATCH 2/2] Remove semantic versioning --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3468ac69..d053e8a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased]