Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Nov 13, 2019
1 parent c7ae64e commit 48acf43
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions sros2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package sros2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.8.1 (2019-11-13)
------------------
* add profile for lifecycle nodes (`#146 <https://github.com/ros2/sros2/issues/146>`_)
* Cleanup changelog
* Update version in setup.py
* Contributors: Jacob Perron, Mikael Arguedas

0.8.0 (2019-09-26)
------------------
* Install an XML catalog so we can look this schema up locally (`#158 <https://github.com/ros2/sros2/issues/158>`_)
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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>sros2</name>
<version>0.8.0</version>
<version>0.8.1</version>
<description>Command line tools for managing SROS2 keys</description>
<maintainer email="michael@openrobotics.org">Michael Carroll</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.8.0',
version='0.8.1',
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.8.1 (2019-11-13)
------------------

0.8.0 (2019-09-26)
------------------
* Fix author, maintainer information in sros2_cmake/package.xml (`#156 <https://github.com/ros2/sros2/issues/156>`_)
Expand Down
2 changes: 1 addition & 1 deletion sros2_cmake/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>sros2_cmake</name>
<version>0.8.0</version>
<version>0.8.1</version>
<description>Cmake macros to configure security for nodes</description>
<author email="ros-contributions@amazon.com">AWS RoboMaker</author>
<maintainer email="ros-contributions@amazon.com">AWS RoboMaker</maintainer>
Expand Down

0 comments on commit 48acf43

Please sign in to comment.