Skip to content

Releases: tobni/merge-junit

Release v0.2.1

06 Jul 14:27
Compare
Choose a tag to compare

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

19 Feb 00:24
Compare
Choose a tag to compare

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

09 Aug 18:42
Compare
Choose a tag to compare

Changes

c5a0414 chore: Bump to v0.1.4
4b53e1e chore: Add missing binary target

Release v0.1.3

09 Aug 18:20
Compare
Choose a tag to compare

Changes

ccbd3f4 chore: Ignore .idea directory
e5ffa98 doc: Add missing $ token
6544807 doc: Update readme for installation
70ea9ba chore: Bump to v0.1.3
192a552 chore: binary-install is not a dev dependency
5b13536 chore: Add npm package distribution for unix
881a085 chore: Correct author

Release v0.1.2

08 Aug 22:03
Compare
Choose a tag to compare

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

08 Aug 20:05
Compare
Choose a tag to compare

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

v0.1.0

08 Aug 20:04
Compare
Choose a tag to compare

9a9ebdd (tag: v0.1.0) feat: Implement 0.1.0 version
ff7ed4e feat: Create initial workspace