Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Nov 3, 2022
1 parent 6519b8e commit 33caa0e
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 5 deletions.
3 changes: 3 additions & 0 deletions example/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package generate_parameter_library_example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.8 (2022-11-03)
------------------

0.2.7 (2022-10-28)
------------------
* Standardize cmake (`#79 <https://github.com/PickNikRobotics/generate_parameter_library/issues/79>`_)
Expand Down
2 changes: 1 addition & 1 deletion example/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>generate_parameter_library_example</name>
<version>0.2.7</version>
<version>0.2.8</version>
<description>Example usage of generate_parameter_library.</description>
<maintainer email="[email protected]">Paul Gesel</maintainer>
<license>BSD-3-Clause</license>
Expand Down
3 changes: 3 additions & 0 deletions generate_parameter_library/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package generate_parameter_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.8 (2022-11-03)
------------------

0.2.7 (2022-10-28)
------------------
* Standardize cmake (`#79 <https://github.com/PickNikRobotics/generate_parameter_library/issues/79>`_)
Expand Down
2 changes: 1 addition & 1 deletion generate_parameter_library/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>generate_parameter_library</name>
<version>0.2.7</version>
<version>0.2.8</version>
<description>CMake to generate ROS parameter library.</description>
<maintainer email="[email protected]">Paul Gesel</maintainer>
<license>BSD-3-Clause</license>
Expand Down
6 changes: 6 additions & 0 deletions generate_parameter_library_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package generate_parameter_library_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.8 (2022-11-03)
------------------
* Use typing syntax which is compatible with Python 3.6 (`#87 <https://github.com/PickNikRobotics/generate_parameter_library/issues/87>`_)
* Use YAML loader which is compatible with PyYAML 3.12 (`#88 <https://github.com/PickNikRobotics/generate_parameter_library/issues/88>`_)
* Contributors: Scott K Logan

0.2.7 (2022-10-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion generate_parameter_library_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>generate_parameter_library_py</name>
<version>0.2.7</version>
<version>0.2.8</version>
<description>Python to generate ROS parameter library.</description>
<maintainer email="[email protected]">Paul Gesel</maintainer>
<license>BSD-3-Clause</license>
Expand Down
2 changes: 1 addition & 1 deletion generate_parameter_library_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version="0.2.7",
version="0.2.8",
packages=find_packages(),
data_files=[
("share/" + package_name, ["package.xml"]),
Expand Down
3 changes: 3 additions & 0 deletions parameter_traits/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package parameter_traits
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.8 (2022-11-03)
------------------

0.2.7 (2022-10-28)
------------------
* lt/gt/lt_eq/gt_eq validators (`#80 <https://github.com/PickNikRobotics/generate_parameter_library/issues/80>`_)
Expand Down
2 changes: 1 addition & 1 deletion parameter_traits/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>parameter_traits</name>
<version>0.2.7</version>
<version>0.2.8</version>
<description>Functions and types for rclcpp::Parameter</description>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">Paul Gesel</maintainer>
Expand Down

0 comments on commit 33caa0e

Please sign in to comment.