Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
- Add support for ROS2
- Add Jammy + ROS2-iron packages
  • Loading branch information
gergondet committed Oct 12, 2023
1 parent 209e0f5 commit 7451ca5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10)
set(PROJECT_NAME mc_state_observation)
set(PROJECT_DESCRIPTION "Implementation of state-observation for mc_rtc")
set(PROJECT_URL "https://github.com/isri-aist/mc_state_observation")
set(PROJECT_VERSION 1.0.3)
set(PROJECT_VERSION 1.0.4)
set(PROJECT_GENERATED_HEADERS_SKIP_DEPRECATED ON)
set(PROJECT_GENERATED_HEADERS_SKIP_CONFIG ON)
set(PROJECT_GENERATED_HEADERS_SKIP_WARNING ON)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mc-state-observation (1.0.4-1debian1) unstable; urgency=medium

* Add support for ROS2
* Add Jammy + ROS2-iron packages

-- Pierre Gergondet <[email protected]> Thu, 12 Oct 2023 14:46:12 +0900

mc-state-observation (1.0.3-1debian1) unstable; urgency=medium

* Fix minor issues in preparation for next mc_rtc release
Expand Down

0 comments on commit 7451ca5

Please sign in to comment.