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 1b447dc commit 9cf0efaCopy full SHA for 9cf0efa
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.8.1] - 2022-09-10
10
+
11
+- Remove unsecure dev dependency from `failure`
12
13
## [0.8.0] - 2022-09-09
14
15
- Bump Rust edition to 2021
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "junit-report"
3
-version = "0.8.0"
+version = "0.8.1"
4
authors = ["Pascal Bach <pascal.bach@nextrem.ch>"]
5
description = "Create JUnit compatible XML reports."
license = "MIT"
0 commit comments