Skip to content

Releases: mtreinish/junitxml2subunit

junitxml2subunit 1.1.0

10 May 12:53
1.1.0
30338c2

Choose a tag to compare

What's Changed

  • Pivot CI to github actions in #9
  • Bump num-traits from 0.2.11 to 0.2.14 in #5
  • Bump quick-xml from 0.17.2 to 0.22.0 in #7
  • Bump clap from 2.33.0 to 2.33.3 in #8
  • Bump chrono from 0.4.11 to 0.4.19 in #6
  • Fix clippy with newer rust #37
  • Bump num-traits from 0.2.14 to 0.2.15 #36
  • Bump clap from 2.33.3 to 3.1.17 #39
  • Bump subunit-rust to 0.2.0 #40
  • Bump version to prepare for 1.1.0 release in #41

Full Changelog: 1.0.1...1.1.0

Release 1.0.0

08 Aug 00:21
1.0.0
e626efb

Choose a tag to compare

This release includes:

* Support for processing Text field in XML
* CLI UI overhaul using clap library
* New CLI option --version/-V to print version information
* New CLI option --help/-h to print usage information
* New CLI option for --output/-o to specify an optional output file
* Error case handling improvements