From 29b46efbff046515360cf5a16bdbae678db90b37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:07:05 +0900 Subject: [PATCH] chore(master): release 0.5.1 (#26) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 d88ef4b..3a7f060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.1](https://github.com/MilesCranmer/rip2/compare/v0.5.0...v0.5.1) (2024-04-15) + + +### Features + +* add seance option to graveyard subcommand ([ad85c0f](https://github.com/MilesCranmer/rip2/commit/ad85c0fd517f476bf4d141a8a1c30e173c43152d)) +* add subcommand to get graveyard path ([448caf7](https://github.com/MilesCranmer/rip2/commit/448caf7b6c6c86bd8fa02783d4b7e70064725d11)) +* use colors in help menus ([261e69d](https://github.com/MilesCranmer/rip2/commit/261e69d7d3671b5b131ac8458eb10c462098ea34)) + ## [0.5.0](https://github.com/MilesCranmer/rip2/compare/v0.4.0...v0.5.0) (2024-04-15) diff --git a/Cargo.lock b/Cargo.lock index fe96478..e7f33e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,7 +633,7 @@ checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc" [[package]] name = "rip2" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anstyle", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 972fc8a..1f115f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = '2021' name = "rip2" -version = "0.5.0" +version = "0.5.1" 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"