diff --git a/CHANGELOG.md b/CHANGELOG.md index d68a0f06..8f5ba87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.1](https://github.com/asdf-vm/asdf/compare/v0.14.0...v0.14.1) (2024-08-15) + + +### Patches + +* Only display the "can't keep downloads" warning when asked to keep downloads ([#1756](https://github.com/asdf-vm/asdf/issues/1756)) ([44f3efb](https://github.com/asdf-vm/asdf/commit/44f3efb63b7517520f4610d504d30783a85c9d79)) + ## [0.14.0](https://github.com/asdf-vm/asdf/compare/v0.13.1...v0.14.0) (2024-01-19) diff --git a/SECURITY.md b/SECURITY.md index 79502c55..9e074b12 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ not covered under this security policy.** ``` -0.14.0 +0.14.1 ``` diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 9c80faf0..fb6ca4a5 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.14.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1 ``` diff --git a/docs/pt-br/guide/getting-started.md b/docs/pt-br/guide/getting-started.md index 12bf58de..b69a81e2 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.14.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1 ``` diff --git a/docs/zh-hans/guide/getting-started.md b/docs/zh-hans/guide/getting-started.md index 6a24cfff..d3394b3b 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.14.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1 ``` diff --git a/version.txt b/version.txt index a803cc22..930e3000 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.14.0 +0.14.1