Skip to content

Commit fc87e22

Browse files
authored
chore: release 0.17.0 (#2084)
1 parent 6f4837e commit fc87e22

File tree

9 files changed

+31
-10
lines changed

9 files changed

+31
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.7"
2+
".": "0.17.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/asdf-vm/asdf/compare/v0.16.7...v0.17.0) (2025-05-19)
4+
5+
6+
### Features
7+
8+
* **golang-rewrite:** add support for shim templates resolution ([#2076](https://github.com/asdf-vm/asdf/issues/2076)) ([a3bccea](https://github.com/asdf-vm/asdf/commit/a3bccea5c9b64bf81675efaa5c76d6eb367fd37f))
9+
* log failure to add plugin in "plugin test" ([#2059](https://github.com/asdf-vm/asdf/issues/2059)) ([92de803](https://github.com/asdf-vm/asdf/commit/92de803ff15f1a887f031d570ae6404f008d829d))
10+
* switch back to native git client ([#1998](https://github.com/asdf-vm/asdf/issues/1998)) ([1efa2bb](https://github.com/asdf-vm/asdf/commit/1efa2bbd04b833d0435a15bddd882beb973cfc2d))
11+
12+
13+
### Bug Fixes
14+
15+
* address linter warning ([67581cf](https://github.com/asdf-vm/asdf/commit/67581cf030d4eb39f261acac5e861444fedad7f6))
16+
* correct intersection logic in `shims.FindExecutable` function so ordering of multiple versions is preserved ([#2063](https://github.com/asdf-vm/asdf/issues/2063)) ([083f20a](https://github.com/asdf-vm/asdf/commit/083f20aa3e21cad594b35972ca570eb47e389899))
17+
* correct output of install command when system or path version set ([#2097](https://github.com/asdf-vm/asdf/issues/2097)) ([82d67e3](https://github.com/asdf-vm/asdf/commit/82d67e3242b0ac4d01cccd9712daaae574ce6eca))
18+
* ensures output always ends with a newline when printed ([#2098](https://github.com/asdf-vm/asdf/issues/2098)) ([6f4837e](https://github.com/asdf-vm/asdf/commit/6f4837ea9b82b442fdfa78c3bb315b088e60dc9c))
19+
* handle tilde in env vars ([#2092](https://github.com/asdf-vm/asdf/issues/2092)) ([6da599a](https://github.com/asdf-vm/asdf/commit/6da599a93ad2655c2bf061c038da330ee4413985))
20+
* remove default error action from plugin command ([#2027](https://github.com/asdf-vm/asdf/issues/2027)) ([c376481](https://github.com/asdf-vm/asdf/commit/c376481cb4d1fa1e67dd9ef326381c07c935151d))
21+
* remove unused ForcePrepend option from Go code ([#2089](https://github.com/asdf-vm/asdf/issues/2089)) ([49e9f33](https://github.com/asdf-vm/asdf/commit/49e9f330a719de6bd599b84c90b93e7d7358043c))
22+
* set correct version for go install and make builds ([#2077](https://github.com/asdf-vm/asdf/issues/2077)) ([4c73527](https://github.com/asdf-vm/asdf/commit/4c73527d6323ca41d8ea9a9e78a8db49f3794d16))
23+
324
## [0.16.7](https://github.com/asdf-vm/asdf/compare/v0.16.6...v0.16.7) (2025-03-25)
425

526

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ not covered under this security policy.**
99
<!-- x-release-please-start-version -->
1010

1111
```
12-
0.15.0
12+
0.17.0
1313
```
1414

1515
<!-- x-release-please-end -->

cmd/asdf/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// Do not touch this next line
13-
var version = "0.16.7" // x-release-please-version
13+
var version = "0.17.0" // x-release-please-version
1414

1515
// Placeholder for the real code
1616
func main() {

docs/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ asdf can be installed in several different ways:
3434

3535
<!-- x-release-please-start-version -->
3636
1. [Install Go](https://go.dev/doc/install)
37-
2. Run `go install github.com/asdf-vm/asdf/cmd/asdf@v0.16.0`
37+
2. Run `go install github.com/asdf-vm/asdf/cmd/asdf@v0.17.0`
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 -->
4949
1. Clone the asdf repository:
5050
```shell
51-
git clone https://github.com/asdf-vm/asdf.git --branch v0.16.0
51+
git clone https://github.com/asdf-vm/asdf.git --branch v0.17.0
5252
```
5353
<!-- x-release-please-end -->
5454
2. Run `make`

docs/ja-jp/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ asdfはいくつかの方法でインストールできます:
3333

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

3939
::::
@@ -47,7 +47,7 @@ asdfはいくつかの方法でインストールできます:
4747
<!-- x-release-please-start-version -->
4848
1. asdfリポジトリをクローン:
4949
```shell
50-
git clone https://github.com/asdf-vm/asdf.git --branch v0.16.0
50+
git clone https://github.com/asdf-vm/asdf.git --branch v0.17.0
5151
```
5252
<!-- x-release-please-end -->
5353
2. `make`を実行。

docs/ko-kr/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ asdf는 `git` & `curl`이 필요합니다. _당신이_ 필요한 패키지 매
3636

3737

3838
```shell
39-
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
39+
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.17.0
4040

4141
```
4242

docs/pt-br/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.15.0
42+
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.17.0
4343
```
4444

4545
<!-- x-release-please-end -->

docs/zh-hans/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma
3535
<!-- x-release-please-start-version -->
3636

3737
```shell
38-
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0
38+
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.17.0
3939
```
4040

4141
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)