Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.19.0"
".": "0.20.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.20.0](https://github.com/asdf-vm/asdf/compare/v0.19.0...v0.20.0) (2026-07-07)


### Features

* add warning to `asdf info` output when `ASDF_TOOL_VERSIONS_FILENAME` value is invalid ([#2293](https://github.com/asdf-vm/asdf/issues/2293)) ([244e513](https://github.com/asdf-vm/asdf/commit/244e513e772b764745d7dffa02541c431788f2e1))


### Bug Fixes

* shallow clone plugin repositories for faster installs ([#2256](https://github.com/asdf-vm/asdf/issues/2256)) ([badc9db](https://github.com/asdf-vm/asdf/commit/badc9db33e7b662addb525b4f10476be1d75de60))
* update nushell completion code so it works on latest version of nushell ([#2275](https://github.com/asdf-vm/asdf/issues/2275)) ([51ebfb4](https://github.com/asdf-vm/asdf/commit/51ebfb46a47820b2e914d7c5fb228fc9496f1cf5))

## [0.19.0](https://github.com/asdf-vm/asdf/compare/v0.18.1...v0.19.0) (2026-04-24)


Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ not covered under this security policy.**
<!-- x-release-please-start-version -->

```
0.19.0
0.20.0
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion cmd/asdf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Do not touch this next line
var version = "0.19.0" // x-release-please-version
var version = "0.20.0" // x-release-please-version

// Placeholder for the real code
func main() {
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ asdf can be installed in several different ways:

<!-- x-release-please-start-version -->
1. [Install Go](https://go.dev/doc/install)
2. Run `go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.0`
2. Run `go install github.com/asdf-vm/asdf/cmd/asdf@v0.20.0`
<!-- x-release-please-end -->

::::
Expand All @@ -48,7 +48,7 @@ asdf can be installed in several different ways:
<!-- x-release-please-start-version -->
1. Clone the asdf repository:
```shell
git clone https://github.com/asdf-vm/asdf.git --branch v0.19.0
git clone https://github.com/asdf-vm/asdf.git --branch v0.20.0
```
<!-- x-release-please-end -->
2. Run `make`
Expand Down
4 changes: 2 additions & 2 deletions docs/ja-jp/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ asdfはいくつかの方法でインストールできます:

<!-- x-release-please-start-version -->
1. [Goをインストールする](https://go.dev/doc/install)
2. コマンドを実行: `go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.0`
2. コマンドを実行: `go install github.com/asdf-vm/asdf/cmd/asdf@v0.20.0`
<!-- x-release-please-end -->

::::
Expand All @@ -47,7 +47,7 @@ asdfはいくつかの方法でインストールできます:
<!-- x-release-please-start-version -->
1. asdfリポジトリをクローン:
```shell
git clone https://github.com/asdf-vm/asdf.git --branch v0.19.0
git clone https://github.com/asdf-vm/asdf.git --branch v0.20.0
```
<!-- x-release-please-end -->
2. `make`を実行。
Expand Down
4 changes: 2 additions & 2 deletions docs/ko-kr/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ asdf는 여러가지 방법으로 설치할 수 있습니다:

<!-- x-release-please-start-version -->
1. [Go 설치](https://go.dev/doc/install)
2. `go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.0` 실행
2. `go install github.com/asdf-vm/asdf/cmd/asdf@v0.20.0` 실행
<!-- x-release-please-end -->

::::
Expand All @@ -48,7 +48,7 @@ asdf는 여러가지 방법으로 설치할 수 있습니다:
<!-- x-release-please-start-version -->
1. asdf 리포지토리 클론:
```shell
git clone https://github.com/asdf-vm/asdf.git --branch v0.19.0
git clone https://github.com/asdf-vm/asdf.git --branch v0.20.0
```
<!-- x-release-please-end -->
2. `make` 실행
Expand Down
2 changes: 1 addition & 1 deletion docs/pt-br/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma
<!-- x-release-please-start-version -->

```shell
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.19.0
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.20.0
```

<!-- x-release-please-end -->
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-hans/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ asdf 的安装方式有以下几种:

<!-- x-release-please-start-version -->
1. [安装 Go](https://go.dev/doc/install)
2. 运行 `go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.0`
2. 运行 `go install github.com/asdf-vm/asdf/cmd/asdf@v0.20.0`
<!-- x-release-please-end -->

::::
Expand All @@ -48,7 +48,7 @@ asdf 的安装方式有以下几种:
<!-- x-release-please-start-version -->
1. 克隆 asdf 仓库:
```shell
git clone https://github.com/asdf-vm/asdf.git --branch v0.19.0
git clone https://github.com/asdf-vm/asdf.git --branch v0.20.0
```
<!-- x-release-please-end -->
2. 运行 `make`
Expand Down
Loading