Skip to content

Commit e652469

Browse files
committed
Release v0.8.0
1 parent d62207b commit e652469

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.8.0] - 2022-09-09
10+
911
- Bump Rust edition to 2021
1012
# BREAKING CHANGES
1113
- Switch from `xml-rs` to `quick-xml` due to maintenance status

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-report"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Pascal Bach <pascal.bach@nextrem.ch>"]
55
description = "Create JUnit compatible XML reports."
66
license = "MIT"

0 commit comments

Comments
 (0)