Skip to content
Snippets Groups Projects
Unverified Commit c40c7063 authored by Audrow Nash's avatar Audrow Nash Committed by GitHub
Browse files

0.11.0 (#280)


Signed-off-by: default avatarAudrow Nash <audrow@hey.com>
parent bb385909
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
Changelog for package sros2
^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.11.0 (2022-05-04)
-------------------
0.10.4 (2022-04-08)
-------------------
* Increase the shutdown timeout for test_generate_policy_no_nodes. (`#278 <https://github.com/ros2/sros2/issues/278>`_)
......
......@@ -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.10.4</version>
<version>0.11.0</version>
<description>Command line tools for managing SROS2 keys</description>
<maintainer email="ros-security@googlegroups.com">ROS Security Working Group</maintainer>
<license>Apache License 2.0</license>
......
......@@ -23,7 +23,7 @@ package_name = 'sros2'
setup(
name=package_name,
version='0.10.4',
version='0.11.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
......
......@@ -2,6 +2,9 @@
Changelog for package sros2_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.11.0 (2022-05-04)
-------------------
0.10.4 (2022-04-08)
-------------------
......
......@@ -3,7 +3,7 @@
<package format="3">
<name>sros2_cmake</name>
<version>0.10.4</version>
<version>0.11.0</version>
<description>CMake macros to configure security</description>
<maintainer email="ros-security@googlegroups.com">ROS Security Working Group</maintainer>
<license>Apache 2.0</license>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment