From 648864bfb3099092c577d650ee0da4ab041f0b0a Mon Sep 17 00:00:00 2001 From: coffeebeats <108542400+coffeebeats@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:39:00 -0800 Subject: [PATCH] chore: release v0.6.4 --- CHANGELOG.md | 9 +++++++++ cmd/gdenv/main.go | 2 +- scripts/install.ps1 | 6 +++--- scripts/install.sh | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917bfbc3..6c695da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.6.4 (2023-11-10) + +## What's Changed +* chore(docs): update link to compilation instructions by @coffeebeats in https://github.com/coffeebeats/gdenv/pull/151 +* fix(docs): correct Windows install script; simplify GitHub links in logging by @coffeebeats in https://github.com/coffeebeats/gdenv/pull/156 + + +**Full Changelog**: https://github.com/coffeebeats/gdenv/compare/v0.6.3...v0.6.4 + ## 0.6.3 (2023-11-08) ## What's Changed diff --git a/cmd/gdenv/main.go b/cmd/gdenv/main.go index bb2b96ae..9203c822 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.3", // x-release-please-version + Version: "v0.6.4", // x-release-please-version Suggest: true, UseShortOptionHandling: true, diff --git a/scripts/install.ps1 b/scripts/install.ps1 index fe7c05aa..769938b1 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.3/docs/installation.md # x-release-please-version +# https://github.com/coffeebeats/gdenv/blob/v0.6.4/docs/installation.md # x-release-please-version <# .SYNOPSIS @@ -35,7 +35,7 @@ $env:GDENV_HOME\bin\godot.exe .NOTES - Version: 0.6.3 # x-release-please-version + Version: 0.6.4 # 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.3" # x-release-please-version + [String] $Version = "v0.6.4" # x-release-please-version ) # -------------------------- Function: Get-GdEnvHome ------------------------- # diff --git a/scripts/install.sh b/scripts/install.sh index e7b0f0a9..5f1e9b5c 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -110,7 +110,7 @@ parse_params "$@" # ------------------------------ Define: Version ----------------------------- # -GDENV_VERSION="${GDENV_VERSION=0.6.3}" # x-release-please-version +GDENV_VERSION="${GDENV_VERSION=0.6.4}" # x-release-please-version GDENV_VERSION="v${GDENV_VERSION#v}" # ----------------------------- Define: Platform ----------------------------- #