Skip to content

Commit 6077b11

Browse files
committed
0.10.0
1 parent b942f78 commit 6077b11

File tree

46 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-46
lines changed

ament_clang_format/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_clang_format</name>
5-
<version>0.9.4</version>
5+
<version>0.10.0</version>
66
<description>
77
The ability to check code against style conventions using
88
clang-format and generate xUnit test result files.</description>

ament_clang_format/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='0.9.4',
8+
version='0.10.0',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

ament_clang_tidy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_clang_tidy</name>
5-
<version>0.9.4</version>
5+
<version>0.10.0</version>
66
<description>
77
The ability to check code against style conventions using
88
clang-tidy and generate xUnit test result files.</description>

ament_clang_tidy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='0.9.4',
8+
version='0.10.0',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

ament_cmake_clang_format/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_cmake_clang_format</name>
5-
<version>0.9.4</version>
5+
<version>0.10.0</version>
66
<description>
77
The CMake API for ament_clang_format to lint C / C++ code using clang format.
88
</description>

ament_cmake_clang_tidy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_cmake_clang_tidy</name>
5-
<version>0.9.4</version>
5+
<version>0.10.0</version>
66
<description>
77
The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy.
88
</description>

ament_cmake_copyright/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_cmake_copyright</name>
5-
<version>0.9.4</version>
5+
<version>0.10.0</version>
66
<description>The CMake API for ament_copyright to check every source file contains copyright reference.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<license>Apache License 2.0</license>

ament_cmake_cppcheck/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_cmake_cppcheck</name>
5-
<version>0.9.4</version>
5+
<version>0.10.0</version>
66
<description>
77
The CMake API for ament_cppcheck to perform static code analysis on C/C++
88
code using Cppcheck.

ament_cmake_cpplint/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_cmake_cpplint</name>
5-
<version>0.9.4</version>
5+
<version>0.10.0</version>
66
<description>
77
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
88
</description>

ament_cmake_flake8/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_cmake_flake8</name>
5-
<version>0.9.4</version>
5+
<version>0.10.0</version>
66
<description>
77
The CMake API for ament_flake8 to check code syntax and style conventions
88
with flake8.

0 commit comments

Comments
 (0)