diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7f060..93eabbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/MilesCranmer/rip2/compare/v0.5.1...v0.5.2) (2024-04-15) + + +### Features + +* better error when no record found ([2dcc4af](https://github.com/MilesCranmer/rip2/commit/2dcc4af2babe4cd2df3dcea2b75169e603fabeba)) + ## [0.5.1](https://github.com/MilesCranmer/rip2/compare/v0.5.0...v0.5.1) (2024-04-15) diff --git a/Cargo.lock b/Cargo.lock index e7f33e9..e2de5d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,7 +633,7 @@ checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc" [[package]] name = "rip2" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anstyle", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 1f115f7..40b854d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = '2021' name = "rip2" -version = "0.5.1" +version = "0.5.2" 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"