mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
chore(master): release 0.14.1 (#1773)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
44f3efb63b
commit
f00f759f3d
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# 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)
|
## [0.14.0](https://github.com/asdf-vm/asdf/compare/v0.13.1...v0.14.0) (2024-01-19)
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ not covered under this security policy.**
|
|||||||
<!-- x-release-please-start-version -->
|
<!-- x-release-please-start-version -->
|
||||||
|
|
||||||
```
|
```
|
||||||
0.14.0
|
0.14.1
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- x-release-please-end -->
|
<!-- x-release-please-end -->
|
||||||
|
@ -36,7 +36,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma
|
|||||||
|
|
||||||
|
|
||||||
```shell
|
```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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma
|
|||||||
<!-- x-release-please-start-version -->
|
<!-- x-release-please-start-version -->
|
||||||
|
|
||||||
```shell
|
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- x-release-please-end -->
|
<!-- x-release-please-end -->
|
||||||
|
@ -35,7 +35,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma
|
|||||||
<!-- x-release-please-start-version -->
|
<!-- x-release-please-start-version -->
|
||||||
|
|
||||||
```shell
|
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- x-release-please-end -->
|
<!-- x-release-please-end -->
|
||||||
|
@ -1 +1 @@
|
|||||||
0.14.0
|
0.14.1
|
||||||
|
Loading…
Reference in New Issue
Block a user