CHANGELOG
Changelog for package ament_lint_auto
0.12.11 (2024-05-15)
0.12.10 (2024-01-24)
0.12.9 (2023-11-13)
0.12.8 (2023-09-19)
0.12.7 (2023-07-17)
0.12.6 (2023-04-25)
0.12.5 (2023-01-12)
0.12.4 (2022-05-09)
0.12.3 (2022-04-08)
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
Update forthcoming version in changelogs
Contributors: Audrow Nash
0.11.3 (2022-01-14)
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
Contributors: Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
Remove Claire as a maintainer. (#312) * Remove Claire as a maintainer. * Remove dead email addresses. * Remove more dead email addresses. * Switch setup.py maintainer to Audrow.
Contributors: Chris Lalancette
0.10.4 (2021-03-18)
0.10.3 (2021-03-03)
0.10.3
Contributors: Audrow Nash
0.10.2 (2021-02-12)
0.10.1 (2021-01-25)
0.10.0 (2020-09-18)
0.9.4 (2020-05-26)
0.9.3 (2020-05-18)
0.9.2 (2020-05-08)
0.9.1 (2020-04-10)
0.9.0
Rename pep8 packages to pycodestyle (part 2 of 2) The python package ‘pep8’ has been renamed to ‘pycodestyle’. This change follows suit by renaming ament_pep8 and ament_cmake_pep8 to ament_pycodestyle and ament_cmake_pycodestyle respectively.
Contributors: Chris Lalancette, Scott K Logan
0.8.1 (2019-10-23)
0.8.0 (2019-09-17)
0.7.4 (2019-07-31)
0.7.3 (2019-05-09 14:08)
0.7.2 (2019-05-09 09:30)
0.7.1 (2019-05-07)
Fix unused-arg check in auto find test deps: (#136) - Arguments to a macro are not variables, so it’s not possible to do ‘if(ARGN)’ to check for arguments; however, copying ARGN to a variable works
add version dependency for new feature (#133)
Use exclude option of ament_execute_extensions in ament_lint_auto (#133)
Contributors: Dirk Thomas, jpsamper2009
0.7.0 (2019-04-11)
0.6.3 (2019-01-14)
0.6.2 (2018-12-06)
0.6.1 (2018-11-15)
0.6.0 (2018-11-14)
0.5.2 (2018-06-27)
0.5.1 (2018-06-18 13:47)
0.5.0 (2018-06-18 10:09)
0.4.0 (2017-12-08)
0.0.3
0.0.2
update schema url
add schema to manifest files
Merge pull request #56 from ament/cmake35 require CMake 3.5
require CMake 3.5
Merge pull request #50 from ament/ctest_build_testing use CTest BUILD_TESTING
use CTest BUILD_TESTING
Merge pull request #26 from ament/error_when_used_after_ament_package ensure that ament_package() was called before finding ament_lint_auto
ensure that ament_package() was called before finding ament_lint_auto
add explicit build type
disable debug output
add missing copyright / license information
Merge pull request #9 from ament/docs add docs for linters
add docs for linters
Merge pull request #2 from ament/ament_lint_auto allow linting based on test dependencies only
add ament_lint_auto and ament_lint_common, update all linter packages to implement extension point of ament_lint_auto
Contributors: Dirk Thomas