Skip to content

Commit f00f759

Browse files
chore(master): release 0.14.1 (#1773)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44f3efb commit f00f759

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.14.1](https://github.com/asdf-vm/asdf/compare/v0.14.0...v0.14.1) (2024-08-15)
4+
5+
6+
### Patches
7+
8+
* 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))
9+
310
## [0.14.0](https://github.com/asdf-vm/asdf/compare/v0.13.1...v0.14.0) (2024-01-19)
411

512

SECURITY.md

+1-1
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.14.0
12+
0.14.1
1313
```
1414

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

docs/guide/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma
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.14.1
4040

4141
```
4242

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

+1-1
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.14.0
42+
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1
4343
```
4444

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

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

+1-1
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.14.0
38+
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1
3939
```
4040

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

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.14.1

0 commit comments

Comments
 (0)