diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dc2d5da..b6473f3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1](https://github.com/asdf-vm/asdf/compare/v0.13.0...v0.13.1) (2023-09-12) + + +### Patches + +* **fish:** use builtin realpath over system one ([#1637](https://github.com/asdf-vm/asdf/issues/1637)) ([5ac3032](https://github.com/asdf-vm/asdf/commit/5ac30328a7bbd1a8d974bb5fb1f14d8bd2d1e03f)) + ## [0.13.0](https://github.com/asdf-vm/asdf/compare/v0.12.0...v0.13.0) (2023-09-11) diff --git a/SECURITY.md b/SECURITY.md index cecaffd61..f831592f6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ not covered under this security policy.** ``` -0.13.0 +0.13.1 ``` diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 7aab0bb95..637657f77 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -36,7 +36,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 ``` diff --git a/docs/pt-br/guide/getting-started.md b/docs/pt-br/guide/getting-started.md index 3cd32832b..c1462fb38 100644 --- a/docs/pt-br/guide/getting-started.md +++ b/docs/pt-br/guide/getting-started.md @@ -39,7 +39,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 ``` diff --git a/docs/zh-hans/guide/getting-started.md b/docs/zh-hans/guide/getting-started.md index 4e3a1a5ff..7704db849 100644 --- a/docs/zh-hans/guide/getting-started.md +++ b/docs/zh-hans/guide/getting-started.md @@ -35,7 +35,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 ``` diff --git a/version.txt b/version.txt index 54d1a4f2a..c317a9189 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.13.0 +0.13.1