From 22e9ca80f62b785eadcd5c6b0a357a7aef2acbd4 Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Tue, 11 Oct 2022 00:29:11 -0400 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880f29b..b32ff07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.5.0](https://github.com/xt0rted/dotnet-run-script/compare/v0.4.0...v0.5.0) - 2022-10-11 + ### Added - New environment variable called `DOTNET_R_CHILDPROCESS` which is set to `true` when executing a script. Use this to check if you're running inside `dotnet r` or not. ([#87](https://github.com/xt0rted/dotnet-run-script/pull/87))