diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9584a2..96633bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.3](https://github.com/asdf-vm/asdf/compare/v0.11.2...v0.11.3) (2023-03-16) + + +### Bug Fixes + +* Prepend asdf directories to the PATH in Nushell ([#1496](https://github.com/asdf-vm/asdf/issues/1496)) ([745950c](https://github.com/asdf-vm/asdf/commit/745950c3589c4047a5b94b34bc9cf06dff5dc3c7)) + ## [0.11.2](https://github.com/asdf-vm/asdf/compare/v0.11.1...v0.11.2) (2023-02-21) diff --git a/SECURITY.md b/SECURITY.md index d9c2ec3d..d5923ebe 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ not covered under this security policy.** ``` -0.11.2 +0.11.3 ``` diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index c4c5ebf2..5ec75697 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -35,7 +35,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell:no-line-numbers -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.2 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3 ``` diff --git a/docs/pt-br/guide/getting-started.md b/docs/pt-br/guide/getting-started.md index b733d845..c57fb35c 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:no-line-numbers -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.2 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3 ``` diff --git a/docs/zh-hans/guide/getting-started.md b/docs/zh-hans/guide/getting-started.md index e40d6c22..fb39a0b8 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:no-line-numbers -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.2 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3 ``` diff --git a/version.txt b/version.txt index bc859cbd..1a96df19 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.2 +0.11.3