We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62207b commit e652469Copy full SHA for e652469
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.8.0] - 2022-09-09
10
+
11
- Bump Rust edition to 2021
12
# BREAKING CHANGES
13
- Switch from `xml-rs` to `quick-xml` due to maintenance status
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "junit-report"
3
-version = "0.7.1"
+version = "0.8.0"
4
authors = ["Pascal Bach <pascal.bach@nextrem.ch>"]
5
description = "Create JUnit compatible XML reports."
license = "MIT"
0 commit comments