diff --git a/CHANGELOG.md b/CHANGELOG.md index c85c04d..167b71f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.7.0](https://github.com/MilesCranmer/rip2/compare/v0.6.1...v0.7.0) (2024-04-22) + + +### ⚠ BREAKING CHANGES + +* store header in record + +### Features + +* store header in record ([452c476](https://github.com/MilesCranmer/rip2/commit/452c476c83a4587dae9b447c7f4a3ebb2c55cf0d)) + ## [0.6.1](https://github.com/MilesCranmer/rip2/compare/v0.6.0...v0.6.1) (2024-04-22) diff --git a/Cargo.lock b/Cargo.lock index 164d8f3..5aed8da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,7 +639,7 @@ checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc" [[package]] name = "rip2" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anstyle", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 02507a0..9f3d209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = '2021' name = "rip2" -version = "0.6.1" +version = "0.7.0" 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"