diff --git a/Cargo.toml b/Cargo.toml index 483b59c..38a389e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junit-parser" -version = "1.0.0" +version = "1.1.0" authors = ["Boris Faure "] license = "BSD-2-Clause" edition = "2021" diff --git a/Changelog.md b/Changelog.md index 4903be5..880a61c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 -- 2024-01-10 + + - Support nested `testsuite` tags + - Support the `testrun` tag acting as `testsuites` + - Update quick-xml to 0.31 + ## 1.0.0 -- 2023-09-24