From a0cbf17a817d59c009fc20a46cbcb8865f717616 Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Sun, 5 Dec 2021 01:08:24 +0800 Subject: [PATCH] chore: release v0.1.12 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8b4aa..010d2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.12 + +- Properly concat `$PATH` on Windows. [#24](https://github.com/egoist/dum/issues/24) + ## v0.1.11 - Resolve `node_modules/.bin` in parent directories too diff --git a/Cargo.lock b/Cargo.lock index 152843c..e12ebff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "dum" -version = "0.1.11" +version = "0.1.12" dependencies = [ "dialoguer", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 9a7cb5f..bacaee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dum" -version = "0.1.11" +version = "0.1.12" edition = "2021" license = "MIT" description = "An npm scripts runner"