From 21f8339c02cca8c6f9769704003f8266310a740c Mon Sep 17 00:00:00 2001 From: Richard Schneeman Date: Wed, 8 Nov 2023 12:26:40 -0600 Subject: [PATCH] v0.1.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb26546..785925f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +## 0.1.2 + +- Add metadata for crates.io (https://github.com/schneems/fun_run/pull/5) + ## 0.1.1 - Fix stderr copying to stdout bug (https://github.com/schneems/fun_run/pull/3) diff --git a/Cargo.toml b/Cargo.toml index f5ddc31..5c7bca6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fun_run" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" description = "The fun way to run your Rust Comand"