Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadunund committed Apr 28, 2023
1 parent 4fe8b18 commit 0e0a21b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions sros2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package sros2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.0 (2023-04-28)
-------------------

0.11.2 (2023-04-11)
-------------------
* Make type of get_package_share_directory apparent for sphinx (`#284 <https://github.com/ros2/sros2/issues/284>`_)
Expand Down
2 changes: 1 addition & 1 deletion sros2/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>sros2</name>
<version>0.11.2</version>
<version>0.12.0</version>
<description>Command line tools for managing SROS2 keys</description>
<maintainer email="[email protected]">ROS Security Working Group</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion sros2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def package_files(directory):

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

0.12.0 (2023-04-28)
-------------------

0.11.2 (2023-04-11)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion sros2_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<package format="3">
<name>sros2_cmake</name>
<version>0.11.2</version>
<version>0.12.0</version>
<description>CMake macros to configure security</description>
<maintainer email="[email protected]">ROS Security Working Group</maintainer>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 0e0a21b

Please sign in to comment.