Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Jun 29, 2024
1 parent fdb69af commit 88536ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rosx_introspection
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* use CPM to download dependenies
* Merge pull request `#9 <https://github.com/facontidavide/rosx_introspection/issues/9>`_ from valgur/feature/cmake-improvements
* Contributors: Davide Faconti, Martin Valgur

1.0.0 (2024-06-26)
------------------
* New version including JSON conversion
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(rosx_introspection LANGUAGES CXX VERSION 1.0.0)
project(rosx_introspection LANGUAGES CXX VERSION 1.0.1)


option(CMAKE_POSITION_INDEPENDENT_CODE "Set -fPIC" ON)
Expand Down

0 comments on commit 88536ef

Please sign in to comment.