From ca81f580a780765df27585c01111000e9ed20751 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:32:56 +0100 Subject: [PATCH] chore(master): release 0.2.1 (#10) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c14c7d..e2044d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/MilesCranmer/rip2/compare/v0.2.0...v0.2.1) (2024-04-11) + + +### Bug Fixes + +* flush stream even if not stdout ([09504c8](https://github.com/MilesCranmer/rip2/commit/09504c8b8d16d07aa973ace093b80485a87ee32e)) + ## [0.2.0](https://github.com/MilesCranmer/rip2/compare/v0.1.0...v0.2.0) (2024-04-09) diff --git a/Cargo.lock b/Cargo.lock index 7b252de..b919ac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -662,7 +662,7 @@ checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc" [[package]] name = "rip2" -version = "0.2.0" +version = "0.2.1" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a28f820..01b2a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = '2021' name = "rip2" -version = "0.2.0" +version = "0.2.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"