diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e1c40e..2a248c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.8.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f652fc1..0dd54fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.3](https://github.com/MilesCranmer/rip2/compare/v0.8.2...v0.8.3) (2024-10-22) + + +### Bug Fixes + +* [#54](https://github.com/MilesCranmer/rip2/issues/54) with missed metadata ([a44e992](https://github.com/MilesCranmer/rip2/commit/a44e992b4ba8d99145b8180fef2d29fefd339926)) +* mistaken deletion of header when deleting lines ([bbebe2d](https://github.com/MilesCranmer/rip2/commit/bbebe2d8590b61bbf684dcc751ec8ca3590fe0be)) +* potential issue with missing header ([0a7e2bc](https://github.com/MilesCranmer/rip2/commit/0a7e2bcf01690ffd770261e88e634b88536d3793)) + ## [0.8.2](https://github.com/MilesCranmer/rip2/compare/v0.8.1...v0.8.2) (2024-08-12) diff --git a/Cargo.lock b/Cargo.lock index 539b6d1..c2101d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,7 +646,7 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "rip2" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anstyle", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index fac7a76..111db23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = '2021' name = "rip2" -version = "0.8.2" +version = "0.8.3" authors = ["mail@nivekuil.com", "mahid@standingpad.org", "miles.cranmer@gmail.com"] description = "rip: a safe and ergonomic alternative to rm" repository = "https://github.com/MilesCranmer/rip"