Skip to content

Commit cf8726b

Browse files
authored
1.1.0 (#35)
1 parent 01d9425 commit cf8726b

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

rt_manipulators_examples/CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package rt_manipulators_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2024-08-09)
6+
------------------
7+
* ROS 2 Jazzyに対応 (#34 <https://github.com/rt-net/rt_manipulators_cpp/pull/34>`_)
8+
59
1.0.0 (2022-06-13)
610
------------------
711
* ROS 2に対応 (`#28 <https://github.com/rt-net/rt_manipulators_cpp/issues/28>`_)

rt_manipulators_examples/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rt_manipulators_examples</name>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<description>Examples for RT Manipulators C++ Library</description>
77
<maintainer email="[email protected]">RT Corporation</maintainer>
88
<license>Apache License 2.0</license>

rt_manipulators_lib/CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package rt_manipulators_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2024-08-09)
6+
------------------
7+
* ROS 2 Jazzyに対応 (#34 <https://github.com/rt-net/rt_manipulators_cpp/pull/34>`_)
8+
59
1.0.0 (2022-06-13)
610
------------------
711
* ROS 2に対応 (`#28 <https://github.com/rt-net/rt_manipulators_cpp/issues/28>`_)

rt_manipulators_lib/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.10)
22

33
# set the project name and version
4-
project(rt_manipulators_cpp VERSION 1.0)
4+
project(rt_manipulators_cpp VERSION 1.1.0)
55

66
# specify the C++ standard
77
set(CMAKE_CXX_STANDARD 17)

rt_manipulators_lib/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rt_manipulators_cpp</name>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<description>RT Manipulators C++ Library</description>
77
<maintainer email="[email protected]">RT Corporation</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)