Skip to content

Latest commit

 

History

History
199 lines (164 loc) · 8.56 KB

CHANGELOG.rst

File metadata and controls

199 lines (164 loc) · 8.56 KB

Changelog for package ament_package

0.17.1 (2024-06-17)

  • Always consider .dsv files, even when no shell specific script exists (#147)
  • Contributors: Addisu Z. Taddese

0.17.0 (2024-04-26)

0.16.3 (2024-01-24)

  • Migrate from legacy importlib-resources (#143)
  • Contributors: Isabel Paredes

0.16.2 (2023-05-12)

  • Add setuptools dependency back in. (#141)
  • Contributors: Chris Lalancette

0.16.1 (2023-05-11)

  • Make python dependencies exec_depend. (#140)
  • Contributors: Chris Lalancette

0.16.0 (2023-04-27)

0.15.3 (2023-04-11)

  • Add support for comment lines in dsv files (#139)
  • Contributors: Scott K Logan

0.15.2 (2023-02-14)

  • [rolling] Update maintainers - 2022-11-07 (#138)
  • Contributors: Audrow Nash

0.15.1 (2022-09-13)

  • Mirror rolling to master
  • Remove unused isolated prefix level templates (#133)
  • Contributors: Audrow Nash, Shane Loretz

0.15.0 (2022-04-29)

0.14.0 (2022-01-18)

0.12.1 (2022-01-14)

  • Set forthcoming for previous version
  • Add support for appending to environment variables (#130) This works largely the same as 'prepend-non-duplicate', but instead puts the candidate value at the end of the target variable.
  • Update maintainers to Audrow Nash (#135)
  • Make python executable variable ament_package specific (#134)
  • Contributors: Audrow Nash, Scott K Logan, Shane Loretz

0.12.0 (2022-01-14)

  • Revert "Generate Setuptools Dict Helper Method (#126)" (#131)
  • Contributors: Audrow Nash

0.11.0 (2021-03-18)

  • Generate Setuptools Dict Helper Method (#126)
  • Add Audrow as a maintainer (#127)
  • Contributors: Audrow Nash, David V. Lu!!

0.10.1 (2021-01-25)

  • Support Python 3.8-provided importlib.metadata (#124)
  • Declare missing dependency on python3-importlib-resources (#123)
  • Contributors: Scott K Logan

0.10.0 (2020-12-07)

  • make AMENT_TRACE_SETUP_FILES output sourceable (#120)
  • update maintainers
  • Switch ament_package to using importlib. (#118)
  • Add pytest.ini so local tests don't display warning (#117)
  • Contributors: Chris Lalancette, Dirk Thomas, Mabel Zhang

0.9.2 (2020-06-05)

  • add configure-time flag to skip parent_prefix_path (#115)
  • Contributors: Dirk Thomas

0.9.1 (2020-05-12)

  • [Windows] Fix _ament_python_executable fallback code path. (#113)
  • Contributors: Dirk Thomas

0.9.0 (2020-04-24)

  • Convert format to f-string. (#112)
  • Contributors: Dirk Thomas

0.8.8 (2019-12-10)

  • fix removing trailing semicolon logic in bat (#111)
  • Contributors: Dirk Thomas

0.8.7 (2019-12-05)

  • fix handling of empty env var (#110)
  • Contributors: Dirk Thomas

0.8.6 (2019-12-04)

  • improve error message when split for dsv line raises (#108)
  • skip empty lines in dsv files (#107)
  • fix performance regression in environment setup (#106)
  • Contributors: Dirk Thomas

0.8.5 (2019-11-08)

  • Fix sh command to remove trailing separator (#105)
  • Always prepend with a trailing separator (#104)
  • Contributors: Jacob Perron

0.8.4 (2019-10-23)

  • add dsv type set-if-unset (#102)
  • Add support for prepending multiple values to env variables from .dsv files (#101)
  • Contributors: Dirk Thomas, Jacob Perron, Shane Loretz

0.8.3 (2019-10-11)

  • add type 'set' for dsv files (#95)
  • keep using default ignore list (#96)
  • Contributors: Dirk Thomas

0.8.2 (2019-10-04 15:45)

  • provide ament_prepend_unique_value function in prefix level sh script (#94)
  • Contributors: Dirk Thomas

0.8.1 (2019-10-04 14:34)

  • fix reading the package run dependencies (#93)
  • if no package.dsv is available fallback to a local_setup file (#92)
  • Contributors: Dirk Thomas

0.8.0 (2019-10-04 10:32)

  • perform environment calculation in Python (#89)
  • escape closing parenthesis in local_setup.bat file (#91)
  • add quotes around ament_python_executable variable in local_setup.bat (#90)
  • fix pytest warning about unknown markers (#88)
  • install resource marker file for package (#87)
  • Contributors: Dirk Thomas

0.7.2 (2019-09-18)

  • install package manifest (#86)
  • Contributors: Dirk Thomas

0.7.1 (2019-08-21)

  • add warning/fallback for AMENT_CURRENT_PREFIX if relocated (#85)
  • Contributors: Dirk Thomas

0.7.0 (2019-04-08)

  • add section about DCO to CONTRIBUTING.md
  • Contributors: Dirk Thomas

0.6.0 (2018-11-13)

  • Fix lint warnings from invalid escape sequences (#82)
  • Contributors: Jacob Perron

0.5.2 (2018-07-19)

  • fix custom zsh logic for handling arrays (#80)
  • Contributors: Dirk Thomas

0.5.1 (2018-06-14)

  • Use flake8 directly (#77)
  • Drop dependency on pyparsing. (#78)
  • Contributors: Steven! Ragnarök

0.5.0 (2018-06-13)

  • remove all Python modules by the templates (#75)
  • add pytest markers to linter tests
  • support file attribution of license tag (#73)
  • set zip_safe to avoid warning during installation (#72)
  • Revert "Revert "consider condition for group membership (#69)" (#70)" (#71)
  • Revert "consider condition for group membership (#69)" (#70)
  • consider condition for group membership (#69)
  • fix copyright year
  • Contributors: Dirk Thomas, Mikael Arguedas, Tamaki Nishino