Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Jul 29, 2024
1 parent 72658c3 commit 81af884
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ament_black/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_black
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.5 (2024-07-29)
------------------
* Fix ament_black for new get_sources API (`#13 <https://github.com/botsandus/ament_black/issues/13>`_)
* Fix ament_black for new get_sources API
* Fix import order
Expand Down
2 changes: 1 addition & 1 deletion ament_black/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>ament_black</name>
<version>0.2.4</version>
<version>0.2.5</version>
<description>
The ability to check code against style conventions using
black and generate xUnit test result files.
Expand Down
2 changes: 1 addition & 1 deletion ament_black/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.2.4',
version='0.2.5',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_black/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_black
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.5 (2024-07-29)
------------------
* Add ament_cmake_black_CONFIG_FILE option. (`#11 <https://github.com/botsandus/ament_black/issues/11>`_)
ament_cmake_black_CONFIG_FILE mimics the options available in other ament lint packages like ament_cmake_flake8
* Contributors: gstorer
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_black/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>ament_cmake_black</name>
<version>0.2.4</version>
<version>0.2.5</version>
<description>
The CMake API for ament_black to lint Python code using black.
</description>
Expand Down

0 comments on commit 81af884

Please sign in to comment.