diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cb0d9a2..7a657cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.26" + ".": "0.6.27" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdfeee..39fa5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.6.27 (2024-11-08) + +## What's Changed +* chore(deps): bump golang.org/x/mod from 0.21.0 to 0.22.0 by @dependabot in https://github.com/coffeebeats/gdenv/pull/288 +* chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in https://github.com/coffeebeats/gdenv/pull/287 + + +**Full Changelog**: https://github.com/coffeebeats/gdenv/compare/v0.6.26...v0.6.27 + ## 0.6.26 (2024-11-03) ## What's Changed diff --git a/cmd/gdenv/main.go b/cmd/gdenv/main.go index d2d5e1c..ae1002a 100644 --- a/cmd/gdenv/main.go +++ b/cmd/gdenv/main.go @@ -38,7 +38,7 @@ func main() { //nolint:funlen app := &cli.App{ Name: "gdenv", - Version: "v0.6.26", // x-release-please-version + Version: "v0.6.27", // x-release-please-version Suggest: true, UseShortOptionHandling: true, diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 5e27ade..4608352 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.26/docs/installation.md # x-release-please-version +# https://github.com/coffeebeats/gdenv/blob/v0.6.27/docs/installation.md # x-release-please-version <# .SYNOPSIS @@ -35,7 +35,7 @@ $env:GDENV_HOME\bin\godot.exe .NOTES - Version: 0.6.26 # x-release-please-version + Version: 0.6.27 # 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.26" # x-release-please-version + [String] $Version = "v0.6.27" # x-release-please-version ) # -------------------------- Function: Get-GdEnvHome ------------------------- # diff --git a/scripts/install.sh b/scripts/install.sh index b3f2d19..3dfb7cf 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -110,7 +110,7 @@ parse_params "$@" # ------------------------------ Define: Version ----------------------------- # -GDENV_VERSION="${GDENV_VERSION:-0.6.26}" # x-release-please-version +GDENV_VERSION="${GDENV_VERSION:-0.6.27}" # x-release-please-version GDENV_VERSION="v${GDENV_VERSION#v}" # ----------------------------- Define: Platform ----------------------------- #