Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
* Fix initialization (#22)
* Fix display of result in GUI
  • Loading branch information
gergondet committed Dec 15, 2022
1 parent a5ba34d commit 7d73a68
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.1)
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.0)
set(PROJECT_VERSION 1.0.1)
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.1-1debian1) unstable; urgency=medium

* Fix initialization (#22)
* Fix display of result in GUI

-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Thu, 15 Dec 2022 19:50:12 +0900

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

* Initial release.
Expand Down

0 comments on commit 7d73a68

Please sign in to comment.