From 6d4347117627574a90cc2b72f7a12180ce85e38d Mon Sep 17 00:00:00 2001 From: Cosimo Matteini Date: Sat, 24 Aug 2024 17:43:01 +0200 Subject: [PATCH] changelog: prepare for next release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2da5ba..602c916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + +- Show more information about the installed asset. For example, when installing an executable from a + tar archive, you + will see a message like `Extracted archive executable to '/home//Downloads/helloworld'`. + ## [0.6.0] - 2024-08-18 This release focuses on improving the `install` feature and adds support for more assets types ([#205](https://github.com/devmatteini/dra/issues/205)).