From e5101e9e96b946367659900bf6dab18658136ed2 Mon Sep 17 00:00:00 2001 From: coffeebeats <108542400+coffeebeats@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:03:37 -0800 Subject: [PATCH] chore: release v0.6.5 (#160) --- CHANGELOG.md | 8 ++++++++ cmd/gdenv/main.go | 2 +- scripts/install.ps1 | 6 +++--- scripts/install.sh | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15278bdd..c445dfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.6.5 (2023-11-12) + +## What's Changed +* fix(cmd/gdenv-shim): ensure new process has Stdin connected by @coffeebeats in https://github.com/coffeebeats/gdenv/pull/159 + + +**Full Changelog**: https://github.com/coffeebeats/gdenv/compare/v0.6.4...v0.6.5 + ## 0.6.4 (2023-11-10) ## What's Changed diff --git a/cmd/gdenv/main.go b/cmd/gdenv/main.go index 9203c822..407bfd87 100644 --- a/cmd/gdenv/main.go +++ b/cmd/gdenv/main.go @@ -32,7 +32,7 @@ func main() { //nolint:funlen app := &cli.App{ Name: "gdenv", - Version: "v0.6.4", // x-release-please-version + Version: "v0.6.5", // x-release-please-version Suggest: true, UseShortOptionHandling: true, diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 769938b1..0f4070bb 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -10,7 +10,7 @@ # NOTE: Unlike the 'install.sh' counterpart, this script exclusively installs # the 'gdenv' binary for 64-bit Windows. If an alternative 'gdenv' binary is # required, follow the documentation for an alternative means of installation: -# https://github.com/coffeebeats/gdenv/blob/v0.6.4/docs/installation.md # x-release-please-version +# https://github.com/coffeebeats/gdenv/blob/v0.6.5/docs/installation.md # x-release-please-version <# .SYNOPSIS @@ -35,7 +35,7 @@ $env:GDENV_HOME\bin\godot.exe .NOTES - Version: 0.6.4 # x-release-please-version + Version: 0.6.5 # x-release-please-version Author: https://github.com/coffeebeats .LINK @@ -49,7 +49,7 @@ Param ( [Switch] $NoModifyPath = $False, # Version - override the specific version of 'gdenv' to install - [String] $Version = "v0.6.4" # x-release-please-version + [String] $Version = "v0.6.5" # x-release-please-version ) # -------------------------- Function: Get-GdEnvHome ------------------------- # diff --git a/scripts/install.sh b/scripts/install.sh index 5f1e9b5c..e1710768 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -110,7 +110,7 @@ parse_params "$@" # ------------------------------ Define: Version ----------------------------- # -GDENV_VERSION="${GDENV_VERSION=0.6.4}" # x-release-please-version +GDENV_VERSION="${GDENV_VERSION=0.6.5}" # x-release-please-version GDENV_VERSION="v${GDENV_VERSION#v}" # ----------------------------- Define: Platform ----------------------------- #