Skip to content
Closed
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.19.0"
}
310 changes: 310 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.19.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.18.0" // x-release-please-version
var version = "0.19.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.18.0`
2. Run `go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.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.18.0
git clone https://github.com/asdf-vm/asdf.git --branch v0.19.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.18.0`
2. コマンドを実行: `go install github.com/asdf-vm/asdf/cmd/asdf@v0.19.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.18.0
git clone https://github.com/asdf-vm/asdf.git --branch v0.19.0
```
<!-- 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 @@ -36,7 +36,7 @@ asdf는 `git` & `curl`이 필요합니다. _당신이_ 필요한 패키지 매


```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.19.0

```

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.19.0
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-hans/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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.19.0
```

<!-- x-release-please-end -->
Expand Down
Loading