diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 8b26fa428..006607cb3 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -14,5 +14,3 @@ jobs: - uses: amannn/action-semantic-pull-request@v5.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - validateSingleCommit: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dc2d5da..b6473f3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1](https://github.com/asdf-vm/asdf/compare/v0.13.0...v0.13.1) (2023-09-12) + + +### Patches + +* **fish:** use builtin realpath over system one ([#1637](https://github.com/asdf-vm/asdf/issues/1637)) ([5ac3032](https://github.com/asdf-vm/asdf/commit/5ac30328a7bbd1a8d974bb5fb1f14d8bd2d1e03f)) + ## [0.13.0](https://github.com/asdf-vm/asdf/compare/v0.12.0...v0.13.0) (2023-09-11) diff --git a/SECURITY.md b/SECURITY.md index cecaffd61..f831592f6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ not covered under this security policy.** ``` -0.13.0 +0.13.1 ``` diff --git a/bin/asdf b/bin/asdf index 633d1bc6b..4a15f61f0 100755 --- a/bin/asdf +++ b/bin/asdf @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -o pipefail # shellcheck source=lib/utils.bash . "$(dirname "$(dirname "$0")")/lib/utils.bash" @@ -48,15 +49,13 @@ find_asdf_cmd() { find_plugin_cmd() { local ASDF_CMD_FILE args_offset - if [ -d "$(get_plugin_path "$1")/bin" ]; then - local result= - result="$(find_cmd "$(get_plugin_path "$1")/lib/commands" "${@:2}")" - ASDF_CMD_FILE=${result% *} - args_offset=${result##* } - if [ -n "$ASDF_CMD_FILE" ]; then - args_offset=$((args_offset + 1)) # since the first argument is the plugin name - printf "%s %s\n" "$ASDF_CMD_FILE" "$args_offset" - fi + local result= + result="$(find_cmd "$(get_plugin_path "$1")/lib/commands" "${@:2}")" + ASDF_CMD_FILE=${result% *} + args_offset=${result##* } + if [ -n "$ASDF_CMD_FILE" ]; then + args_offset=$((args_offset + 1)) # since the first argument is the plugin name + printf "%s %s\n" "$ASDF_CMD_FILE" "$args_offset" fi } diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 7aab0bb95..637657f77 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -36,7 +36,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 ``` diff --git a/docs/pt-br/guide/getting-started.md b/docs/pt-br/guide/getting-started.md index 3cd32832b..c1462fb38 100644 --- a/docs/pt-br/guide/getting-started.md +++ b/docs/pt-br/guide/getting-started.md @@ -39,7 +39,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 ``` diff --git a/docs/pt-br/index.md b/docs/pt-br/index.md index 0fc6a88d0..e7c931048 100644 --- a/docs/pt-br/index.md +++ b/docs/pt-br/index.md @@ -23,7 +23,7 @@ features: - title: Plugins details: "Grande ecossistema de runtimes e ferramentas existentes. API simples para adicionar suporte para novas ferramentas conforme necessário!" icon: 🔌 - - title: "Compatível com varios arquivos de configuração" + - title: "Compatível com vários arquivos de configuração" details: "Suporte para arquivos de configuração existentes .nvmrc, .node-versions, .ruby-version para uma migração tranquila!" icon: ⏮ - title: "Só um arquivo de configuração" diff --git a/docs/zh-hans/guide/getting-started.md b/docs/zh-hans/guide/getting-started.md index 4e3a1a5ff..7704db849 100644 --- a/docs/zh-hans/guide/getting-started.md +++ b/docs/zh-hans/guide/getting-started.md @@ -35,7 +35,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 ``` diff --git a/version.txt b/version.txt index 54d1a4f2a..c317a9189 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.13.0 +0.13.1