From 787e35d1e3c485561463dd33ec262f11abbc20f8 Mon Sep 17 00:00:00 2001 From: Tao Guo Date: Thu, 23 Nov 2023 01:51:32 +0000 Subject: [PATCH] Bump version to 1.9.0 --- Cargo.toml | 2 +- macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31b4592..3df0b51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/cmd_lib" keywords = ["shell", "script", "cli", "process", "pipe"] categories = ["command-line-interface", "command-line-utilities"] readme = "README.md" -version = "1.8.1" +version = "1.9.0" authors = ["rust-shell-script "] edition = "2018" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 8d064e2..0502b7f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-shell-script/rust_cmd_lib" repository = "https://github.com/rust-shell-script/rust_cmd_lib" keywords = ["shell", "script", "cli", "process", "pipe"] -version = "1.8.1" +version = "1.9.0" authors = ["Tao Guo "] edition = "2018"