Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 920 Bytes

CHANGELOG.rst

File metadata and controls

36 lines (30 loc) · 920 Bytes

Changelog for package catch_ros

0.3.0 (2019-01-02)

  • cmake: catch_add_rostest() add new target as dependency of 'tests' target (issue: #8, PR: #9)
  • README.md: add CATCH_CONFIG_MAIN hint (issue: #7)
  • README: update link to the catch repo
  • updated catch to 2.4.2 (PR: #6)
  • ros_junit_reporter: fix warnings
  • Contributors: Max Schwarz, Mez Gebre

0.2.0 (2018-05-08)

  • adapt ROSReporter to Catch2
  • upgrade to Catch v2.2.2
  • Contributors: Max Schwarz

0.1.2 (2017-11-03)

  • cmake: fix meta_info.cpp compilation for install space
  • rostest_main: include ROS node name in report
  • Contributors: Max Schwarz

0.1.1 (2016-10-26)

  • actually install header files
  • Contributors: Max Schwarz

0.1.0 (2016-10-26)

  • initial proper release
  • Contributors: Max Schwarz