Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.57 KB

CHANGELOG.rst

File metadata and controls

20 lines (17 loc) · 1.57 KB

0.9.1 (2024-05-03 13:38:00 -0500)

  • Don't capture stderr when running git commands. #179
  • Enable CI testing on Windows now that tests pass. #180
  • Switch to a raw string for various regexes. #174
  • Make path operations and conversions portable in tests. #177
  • Don't use os.path.sep for creating tar paths. #178

0.9.0 (2022-06-09 19:15:00 -0700)

  • List 'ROS Infrastructure Team' as the package maintainer. #168
  • Add GitHub Actions workflow for rosdistro CI. #160
  • Declare test dependencies in [test] extra. #169
  • Run tests with pytest instead of nose. #167
  • Drop support for python < 2.7. #166
  • Use unittest.mock where possible. #165
  • Update release distributions. #164
  • Use yaml.safe_load. #162