Skip to content

Commit dda70cc

Browse files
committed
changelog: update for release 0.7.1
1 parent 1ef8236 commit dda70cc

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.7.1] - 2025-01-15
11+
12+
### Added
13+
14+
Automated bash script for initial dra download (see README.md for more information)
15+
16+
```shell
17+
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/devmatteini/dra/refs/heads/main/install.sh | bash -s -- --to <DESTINATION>
18+
```
19+
20+
### Changed
21+
22+
Improve `install` feature error message when no executables are found to provide more context to the user (based
23+
on [#232](https://github.com/devmatteini/dra/issues/232))
24+
25+
### Fixed
26+
27+
Automatic download on Linux prioritize musl-based archives when multiple musl assets are available, ensuring better
28+
compatibility across distributions. ([#267](https://github.com/devmatteini/dra/issues/267))
29+
30+
### Updated dependencies
31+
32+
- bump `zip` from 2.2.0 to 2.2.2
33+
- bump `ureq` from 2.10.1 to 2.12.1
34+
- bump `tar` from 0.4.42 to 0.4.43
35+
- bump `serde` from 1.0.214 to 1.0.217
36+
- bump `predicates` from 3.1.2 to 3.1.3
37+
- bump `itertools` from 0.13.0 to 0.14.0
38+
- bump `indicatif` from 0.17.8 to 0.17.9
39+
- bump `hashbrown` from 0.15.0 to 0.15.2
40+
- bump `flate2` from 1.0.34 to 1.0.35
41+
- bump `clap` from 4.5.20 to 4.5.23
42+
- bump `clap_complete` from 4.5.34 to 4.5.40
43+
- bump `bzip2` from 0.4.4 to 0.5.0
44+
1045
## [0.7.0] - 2024-11-22
1146

1247
### Added

0 commit comments

Comments
 (0)