From 755c8eca140685ab6dbf23f3547f65f0edfc1bf7 Mon Sep 17 00:00:00 2001 From: Mateusz Koteja Date: Fri, 3 Jan 2025 03:09:46 +0100 Subject: [PATCH] chore(master): release 0.4.0 --- 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 cc5e582..715449c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/soanvig/runmany/compare/v0.3.0...v0.4.0) (2025-01-03) + + +### Features + +* add spawn in shell option ([a9e992a](https://github.com/soanvig/runmany/commit/a9e992a86104bf1532085a5791604045eae0d5da)), closes [#2](https://github.com/soanvig/runmany/issues/2) + ## [0.3.0](https://github.com/soanvig/runmany/compare/v0.2.3...v0.3.0) (2024-10-20) diff --git a/Cargo.lock b/Cargo.lock index ab2b348..3b1bc7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "runmany" -version = "0.3.0" +version = "0.4.0" dependencies = [ "colored", ] diff --git a/Cargo.toml b/Cargo.toml index 75a04b2..401b16d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runmany" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "Easily run multiple long-running commands in parallel." license = "GPL-3.0"