Releases: tobni/merge-junit
Release v0.2.1
Changes
9adcc3e chore: bump package version
f93d627 chore: bump binary-install
b95e423 chore: Remove nightly after upgrade
7a4c2c9 feat: bump quick-xml to 0.35
7cee209 chore: bump clap dependency
2233e01 chore: bump dev deps
37e5947 chore: Run 'cargo update'
eb0117c chore: Add toolchain setting
2f9fe91 chore: Add pre-commit file
d2d22b0 doc: Update readme with new version number
Release v0.2.0
Changes
c35f169 chore: Bump version number to 0.2.0
3cc654c chore: Bump version number to 0.1.5
5753a5f feat: Add --name override flag for testsuites
e6ef087 feat: Upgrade to quick_xml 0.27
e934c62 chore: Run cargo update
e6302a7 feat: Upgrade to clap v4
e5138fb Merge pull request #17 from tobni/dependabot/cargo/assert_fs-1.0.8
4923c1c Merge pull request #14 from tobni/dependabot/cargo/anyhow-1.0.66
55e776f Merge pull request #13 from tobni/dependabot/cargo/assert_cmd-2.0.5
9522aaf chore(deps): bump assert_fs from 1.0.7 to 1.0.8
cb9872f chore(deps): bump anyhow from 1.0.60 to 1.0.66
0b8d2c5 chore(deps): bump assert_cmd from 2.0.4 to 2.0.5
b77da04 chore: Create dependabot.yml
72f35e9 refactor: Replace if let with map_or_else
55c5d0a refactor: Replace Ok + ? with Result::map
9d32a32 refactor: Replace if let with map_or_else
Release v0.1.4
Release v0.1.3
Release v0.1.2
Changes
3ebfe83 chore: Match actual specified windows os
ae8c10f chore: Call package directory the same as archive
dad7d6f chore: Add missing version output to workflow
1aa303d chore: Add missing output to workflow
eb243ac chore: Correctly remove refs/tags from tag
bf4acc0 chore: Correct binary filename
b984927 chore: actually build binary
364704f chore: Correct matrix typo
f48c331 chore: Add release workflow
95c736b test: Replace function with iterator api
97654a3 test: Remove reliance on knowing the newline character
70e6289 test: Don't match path separator part
8cdc524 test: Assert trimmed lines Avoids matching newlines & indentation
d000006 chore: Specify stable toolchain
aa3c443 chore: Correct keyword
55010df chore: Remove build not specified
0f9f34f chore: Add missing branches
dbb2b76 chore: Add github action to execute tests
v0.1.1
d93e902 (tag: v0.1.1) chore: Bump version to 0.1.1
83a84d9 chore: Correct repository field
10d888d chore: Update cargo.toml with metadata
da26476 refactor: Set trim_text once
cc7448c feat: Allow cli to configure indentation
30b0860 fmt: Apply cargo fmt
34d453a feat: Support configurable indentation
b5b84b4 feat: Add support for single testsuite in report
1cc31d8 test: Remove test_ prefix
8d61c3f doc: Wrap links to tools
ae7d912 doc: Improve wording around usage and installation