File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.19.0 "
2+ "." : " 0.19.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.19.1] ( https://github.com/asdf-vm/asdf/compare/v0.19.0...v0.19.1 ) (2026-05-06)
4+
5+
6+ ### Bug Fixes
7+
8+ * 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 ) )
9+
310## [ 0.19.0] ( https://github.com/asdf-vm/asdf/compare/v0.18.1...v0.19.0 ) (2026-04-24)
411
512
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ not covered under this security policy.**
99<!-- x-release-please-start-version -->
1010
1111```
12- 0.19.0
12+ 0.19.1
1313```
1414
1515<!-- x-release-please-end -->
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010)
1111
1212// Do not touch this next line
13- var version = "0.19.0 " // x-release-please-version
13+ var version = "0.19.1 " // x-release-please-version
1414
1515// Placeholder for the real code
1616func main () {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ asdf can be installed in several different ways:
3434
3535<!-- x-release-please-start-version -->
36361 . [ Install Go] ( https://go.dev/doc/install )
37- 2 . Run ` go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.0 `
37+ 2 . Run ` go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.1 `
3838<!-- x-release-please-end -->
3939
4040::::
@@ -48,7 +48,7 @@ asdf can be installed in several different ways:
4848<!-- x-release-please-start-version -->
49491 . Clone the asdf repository:
5050 ``` shell
51- git clone https://github.com/asdf-vm/asdf.git --branch v0.19.0
51+ git clone https://github.com/asdf-vm/asdf.git --branch v0.19.1
5252 ```
5353<!-- x-release-please-end -->
54542 . Run ` make `
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ asdfはいくつかの方法でインストールできます:
3333
3434<!-- x-release-please-start-version -->
35351 . [ Goをインストールする] ( https://go.dev/doc/install )
36- 2 . コマンドを実行: ` go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.0 `
36+ 2 . コマンドを実行: ` go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.1 `
3737<!-- x-release-please-end -->
3838
3939::::
@@ -47,7 +47,7 @@ asdfはいくつかの方法でインストールできます:
4747<!-- x-release-please-start-version -->
48481 . asdfリポジトリをクローン:
4949 ``` shell
50- git clone https://github.com/asdf-vm/asdf.git --branch v0.19.0
50+ git clone https://github.com/asdf-vm/asdf.git --branch v0.19.1
5151 ```
5252<!-- x-release-please-end -->
53532 . ` make ` を実行。
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ asdf는 `git` & `curl`이 필요합니다. _당신이_ 필요한 패키지 매
3535<!-- x-release-please-start-version -->
3636
3737``` shell
38- git clone https://github.com/asdf-vm/asdf.git ~ /.asdf --branch v0.19.0
38+ git clone https://github.com/asdf-vm/asdf.git ~ /.asdf --branch v0.19.1
3939
4040```
4141
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma
3939<!-- x-release-please-start-version -->
4040
4141``` shell
42- git clone https://github.com/asdf-vm/asdf.git ~ /.asdf --branch v0.19.0
42+ git clone https://github.com/asdf-vm/asdf.git ~ /.asdf --branch v0.19.1
4343```
4444
4545<!-- x-release-please-end -->
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ asdf 的安装方式有以下几种:
3434
3535<!-- x-release-please-start-version -->
36361 . [ 安装 Go] ( https://go.dev/doc/install )
37- 2 . 运行 ` go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.0 `
37+ 2 . 运行 ` go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.1 `
3838<!-- x-release-please-end -->
3939
4040::::
@@ -48,7 +48,7 @@ asdf 的安装方式有以下几种:
4848<!-- x-release-please-start-version -->
49491 . 克隆 asdf 仓库:
5050 ``` shell
51- git clone https://github.com/asdf-vm/asdf.git --branch v0.19.0
51+ git clone https://github.com/asdf-vm/asdf.git --branch v0.19.1
5252 ```
5353<!-- x-release-please-end -->
54542 . 运行 ` make `
You can’t perform that action at this time.
0 commit comments