From 5b74acd256f0f9cf92f279cea4845f991a48776b Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 8 Dec 2020 15:15:48 +0000 Subject: [PATCH] 2.0.2 --- rosidl_adapter/CHANGELOG.rst | 4 ++-- rosidl_adapter/package.xml | 2 +- rosidl_cmake/CHANGELOG.rst | 4 ++-- rosidl_cmake/package.xml | 2 +- rosidl_generator_c/CHANGELOG.rst | 4 ++-- rosidl_generator_c/package.xml | 2 +- rosidl_generator_cpp/CHANGELOG.rst | 4 ++-- rosidl_generator_cpp/package.xml | 2 +- rosidl_parser/CHANGELOG.rst | 4 ++-- rosidl_parser/package.xml | 2 +- rosidl_runtime_c/CHANGELOG.rst | 4 ++-- rosidl_runtime_c/package.xml | 2 +- rosidl_runtime_cpp/CHANGELOG.rst | 4 ++-- rosidl_runtime_cpp/package.xml | 2 +- rosidl_typesupport_interface/CHANGELOG.rst | 4 ++-- rosidl_typesupport_interface/package.xml | 2 +- rosidl_typesupport_introspection_c/CHANGELOG.rst | 4 ++-- rosidl_typesupport_introspection_c/package.xml | 2 +- rosidl_typesupport_introspection_cpp/CHANGELOG.rst | 4 ++-- rosidl_typesupport_introspection_cpp/package.xml | 2 +- 20 files changed, 30 insertions(+), 30 deletions(-) diff --git a/rosidl_adapter/CHANGELOG.rst b/rosidl_adapter/CHANGELOG.rst index 15c90badf..c54ce6122 100644 --- a/rosidl_adapter/CHANGELOG.rst +++ b/rosidl_adapter/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_adapter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Update the maintainers of this repository. (`#536 `_) * Contributors: Chris Lalancette diff --git a/rosidl_adapter/package.xml b/rosidl_adapter/package.xml index 4f769f582..ecea099e0 100644 --- a/rosidl_adapter/package.xml +++ b/rosidl_adapter/package.xml @@ -2,7 +2,7 @@ rosidl_adapter - 2.0.1 + 2.0.2 API and scripts to parse .msg/.srv/.action files and convert them to .idl. diff --git a/rosidl_cmake/CHANGELOG.rst b/rosidl_cmake/CHANGELOG.rst index fd4cd6153..7310bd247 100644 --- a/rosidl_cmake/CHANGELOG.rst +++ b/rosidl_cmake/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_cmake ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Update the maintainers of this repository. (`#536 `_) * Contributors: Chris Lalancette diff --git a/rosidl_cmake/package.xml b/rosidl_cmake/package.xml index eee8af02b..f9e46833a 100644 --- a/rosidl_cmake/package.xml +++ b/rosidl_cmake/package.xml @@ -2,7 +2,7 @@ rosidl_cmake - 2.0.1 + 2.0.2 The CMake functionality to invoke code generation for ROS interface files. Chris Lalancette Shane Loretz diff --git a/rosidl_generator_c/CHANGELOG.rst b/rosidl_generator_c/CHANGELOG.rst index 053e8c094..0175b51fe 100644 --- a/rosidl_generator_c/CHANGELOG.rst +++ b/rosidl_generator_c/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_generator_c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Strip action service suffixes from C include prefix (`#538 `_) * Update the maintainers of this repository. (`#536 `_) * Contributors: Chris Lalancette, Jacob Perron diff --git a/rosidl_generator_c/package.xml b/rosidl_generator_c/package.xml index 1d0d8b540..acc2f449d 100644 --- a/rosidl_generator_c/package.xml +++ b/rosidl_generator_c/package.xml @@ -2,7 +2,7 @@ rosidl_generator_c - 2.0.1 + 2.0.2 Generate the ROS interfaces in C. Chris Lalancette Shane Loretz diff --git a/rosidl_generator_cpp/CHANGELOG.rst b/rosidl_generator_cpp/CHANGELOG.rst index 897f80ac2..e44d7d439 100644 --- a/rosidl_generator_cpp/CHANGELOG.rst +++ b/rosidl_generator_cpp/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_generator_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Remove unnecessary assert on pointer created with new (`#555 `_) * Use ASSERT_TRUE to check for nullptr. (`#543 `_) * Update the maintainers of this repository. (`#536 `_) diff --git a/rosidl_generator_cpp/package.xml b/rosidl_generator_cpp/package.xml index 9e1a02496..5c472d551 100644 --- a/rosidl_generator_cpp/package.xml +++ b/rosidl_generator_cpp/package.xml @@ -2,7 +2,7 @@ rosidl_generator_cpp - 2.0.1 + 2.0.2 Generate the ROS interfaces in C++. Chris Lalancette Shane Loretz diff --git a/rosidl_parser/CHANGELOG.rst b/rosidl_parser/CHANGELOG.rst index 80e6a8589..6df7dc54e 100644 --- a/rosidl_parser/CHANGELOG.rst +++ b/rosidl_parser/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_parser ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Update and add package.xml descriptions to README (`#553 `_) * Finish support for fixed-point literals. * Fix parsing of small floats. diff --git a/rosidl_parser/package.xml b/rosidl_parser/package.xml index a19184487..9a85115d4 100644 --- a/rosidl_parser/package.xml +++ b/rosidl_parser/package.xml @@ -2,7 +2,7 @@ rosidl_parser - 2.0.1 + 2.0.2 The parser for `.idl` ROS interface files. Chris Lalancette Shane Loretz diff --git a/rosidl_runtime_c/CHANGELOG.rst b/rosidl_runtime_c/CHANGELOG.rst index ac2f567f2..32e5771bd 100644 --- a/rosidl_runtime_c/CHANGELOG.rst +++ b/rosidl_runtime_c/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_runtime_c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Update and add package.xml descriptions to README (`#553 `_) * Fix item number in QD (`#546 `_) * Update the maintainers of this repository. (`#536 `_) diff --git a/rosidl_runtime_c/package.xml b/rosidl_runtime_c/package.xml index 2153c1b62..335eeb274 100644 --- a/rosidl_runtime_c/package.xml +++ b/rosidl_runtime_c/package.xml @@ -2,7 +2,7 @@ rosidl_runtime_c - 2.0.1 + 2.0.2 Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C. Chris Lalancette Shane Loretz diff --git a/rosidl_runtime_cpp/CHANGELOG.rst b/rosidl_runtime_cpp/CHANGELOG.rst index 200efff76..03883ae2e 100644 --- a/rosidl_runtime_cpp/CHANGELOG.rst +++ b/rosidl_runtime_cpp/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_runtime_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Update and add package.xml descriptions to README (`#553 `_) * Fix item number in QD (`#546 `_) * Update the maintainers of this repository. (`#536 `_) diff --git a/rosidl_runtime_cpp/package.xml b/rosidl_runtime_cpp/package.xml index adcb44551..0d070c2b2 100644 --- a/rosidl_runtime_cpp/package.xml +++ b/rosidl_runtime_cpp/package.xml @@ -2,7 +2,7 @@ rosidl_runtime_cpp - 2.0.1 + 2.0.2 Provides definitions and templated functions for getting and working with rosidl typesupport types in C++. Chris Lalancette Shane Loretz diff --git a/rosidl_typesupport_interface/CHANGELOG.rst b/rosidl_typesupport_interface/CHANGELOG.rst index 23f09d0af..396745c92 100644 --- a/rosidl_typesupport_interface/CHANGELOG.rst +++ b/rosidl_typesupport_interface/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_typesupport_interface ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Fix item number in QD (`#546 `_) * Update the maintainers of this repository. (`#536 `_) * Contributors: Chris Lalancette, Louise Poubel diff --git a/rosidl_typesupport_interface/package.xml b/rosidl_typesupport_interface/package.xml index 1d78e7609..8cf540954 100644 --- a/rosidl_typesupport_interface/package.xml +++ b/rosidl_typesupport_interface/package.xml @@ -2,7 +2,7 @@ rosidl_typesupport_interface - 2.0.1 + 2.0.2 The interface for rosidl typesupport packages. diff --git a/rosidl_typesupport_introspection_c/CHANGELOG.rst b/rosidl_typesupport_introspection_c/CHANGELOG.rst index d4bcdfde7..77a494b21 100644 --- a/rosidl_typesupport_introspection_c/CHANGELOG.rst +++ b/rosidl_typesupport_introspection_c/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_typesupport_introspection_c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Update the maintainers of this repository. (`#536 `_) * Contributors: Chris Lalancette diff --git a/rosidl_typesupport_introspection_c/package.xml b/rosidl_typesupport_introspection_c/package.xml index 0871ca83b..7b0dfaac8 100644 --- a/rosidl_typesupport_introspection_c/package.xml +++ b/rosidl_typesupport_introspection_c/package.xml @@ -2,7 +2,7 @@ rosidl_typesupport_introspection_c - 2.0.1 + 2.0.2 Generate the message type support for dynamic message construction in C. diff --git a/rosidl_typesupport_introspection_cpp/CHANGELOG.rst b/rosidl_typesupport_introspection_cpp/CHANGELOG.rst index cbc5b2636..51d0a52be 100644 --- a/rosidl_typesupport_introspection_cpp/CHANGELOG.rst +++ b/rosidl_typesupport_introspection_cpp/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rosidl_typesupport_introspection_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.2 (2020-12-08) +------------------ * Update the maintainers of this repository. (`#536 `_) * Contributors: Chris Lalancette diff --git a/rosidl_typesupport_introspection_cpp/package.xml b/rosidl_typesupport_introspection_cpp/package.xml index aa6fa7938..7e2b9d33a 100644 --- a/rosidl_typesupport_introspection_cpp/package.xml +++ b/rosidl_typesupport_introspection_cpp/package.xml @@ -2,7 +2,7 @@ rosidl_typesupport_introspection_cpp - 2.0.1 + 2.0.2 Generate the message type support for dynamic message construction in C++.