Skip to content

Commit 2b53051

Browse files
committed
JUnit-Parser v1.5.0
1 parent e72eac8 commit 2b53051

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "junit-parser"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
authors = ["Boris Faure <[email protected]>"]
55
license = "BSD-2-Clause"
66
edition = "2021"

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.5.0 -- 2025-09-28
44

55
- Add support for optional attributes `timestamp` in the `<testsuites>` and
66
`<testcase>` elements.
77
- Add `parse_junit` binary for parsing and debugging JUnit XML files.
88
- Add feature `chrono` to parse `timestamp` attributes as `chrono::DateTime<Utc>`.
99

10+
1011
## 1.4.0 -- 2025-04-20
1112

1213
- Add support for parsing rerun/flaky elements (`<flakyFailure>`, `<flakyError>`, `<rerunFailure>`, `<rerunError>`) within `<testcase>`.

0 commit comments

Comments
 (0)