From e6a499028651e4c98dbbc34f13ba2031a3a23fda Mon Sep 17 00:00:00 2001 From: Lorenzo Rapetti Date: Thu, 9 Nov 2023 10:22:30 +0100 Subject: [PATCH] Bump human-dynamics-estimation version to 3.0.0 --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbec8708..87b06292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2023-11-09 + ### Changed - Naming convention from `wrapper`\ `server` to `nws`\ `nwc` (https://github.com/robotology/human-dynamics-estimation/pull/367). - HumanLogger device to be compatible with the `robot-log-visualizer` (https://github.com/robotology/human-dynamics-estimation/pull/372). diff --git a/CMakeLists.txt b/CMakeLists.txt index 99e0891d..f24ed645 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5) project(HumanDynamicsEstimation LANGUAGES CXX - VERSION 2.9.0) + VERSION 3.0.0) # ===================== # PROJECT CONFIGURATION