加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CHANGELOG.rst 7.16 KB
一键复制 编辑 原始数据 按行查看 历史
Audrow Nash 提交于 2022-01-18 10:41 . 0.14.0

Changelog for package ament_package

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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化