Skip to content
Open
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.18.0"
".": "0.18.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.18.1](https://github.com/asdf-vm/asdf/compare/v0.18.0...v0.18.1) (2026-01-03)


### Bug Fixes

* set LANG=C for locale-dependent tests ([#2197](https://github.com/asdf-vm/asdf/issues/2197)) ([2423f6d](https://github.com/asdf-vm/asdf/commit/2423f6da496b5b1955ce9cb19d524dc0a7b88e26))

## [0.18.0](https://github.com/asdf-vm/asdf/compare/v0.17.0...v0.18.0) (2025-06-07)


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.18.0
0.18.1
```

<!-- 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.18.0" // x-release-please-version
var version = "0.18.1" // 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.18.0`
2. Run `go install github.com/asdf-vm/asdf/cmd/asdf@v0.18.1`
<!-- 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.18.0
git clone https://github.com/asdf-vm/asdf.git --branch v0.18.1
```
<!-- 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.18.0`
2. コマンドを実行: `go install github.com/asdf-vm/asdf/cmd/asdf@v0.18.1`
<!-- 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.18.0
git clone https://github.com/asdf-vm/asdf.git --branch v0.18.1
```
<!-- x-release-please-end -->
2. `make`を実行。
Expand Down
2 changes: 1 addition & 1 deletion docs/ko-kr/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ asdf는 `git` & `curl`이 필요합니다. _당신이_ 필요한 패키지 매
<!-- x-release-please-start-version -->

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

```

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.18.0
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.18.1
```

<!-- 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.18.0`
2. 运行 `go install github.com/asdf-vm/asdf/cmd/asdf@v0.18.1`
<!-- 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.18.0
git clone https://github.com/asdf-vm/asdf.git --branch v0.18.1
```
<!-- x-release-please-end -->
2. 运行 `make`
Expand Down
Loading