From 9501d731a47132aa6c1e88aa4a6afebc7cb4d77e Mon Sep 17 00:00:00 2001 From: Matt Carvin <90224411+mcarvin8@users.noreply.github.com> Date: Tue, 19 May 2026 20:14:57 -0400 Subject: [PATCH] chore: release v0.5.3 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32f554..bdce031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3](https://github.com/mcarvin8/config-disassembler/compare/v0.5.2...v0.5.3) - 2026-05-20 + +### Other + +- create formats.md +- create xml.md +- simplify readme +- *(mutation)* publish mutation score to a shields.io endpoint badge ([#54](https://github.com/mcarvin8/config-disassembler/pull/54)) + ## [0.5.2](https://github.com/mcarvin8/config-disassembler/compare/v0.5.1...v0.5.2) - 2026-05-14 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 9ccf71b..9f64684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "config-disassembler" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anyhow", "cargo-husky", diff --git a/Cargo.toml b/Cargo.toml index f1d9f09..86a8f3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "config-disassembler" -version = "0.5.2" +version = "0.5.3" edition = "2021" description = "Disassemble config files into smaller files and reassemble on demand." repository = "https://github.com/mcarvin8/config-disassembler"