From 252827bf0c22849d4c25713fb79f5906c079e1e5 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Sat, 20 Jul 2024 00:46:07 +0400 Subject: [PATCH] chore(master): release 0.2.0 (#4) --- CHANGELOG.md | 12 ++++++++++++ resources/version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..2630aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 0.2.0 (2024-07-19) + +## What's Changed +* Add `software` command by @roxblnfk in https://github.com/php-internal/dload/pull/5 +* Support custom XML config by @roxblnfk in https://github.com/php-internal/dload/pull/6 + +## New Contributors +* @roxblnfk made their first contribution in https://github.com/php-internal/dload/pull/5 + +**Full Changelog**: https://github.com/php-internal/dload/compare/0.1.0...0.2.0 diff --git a/resources/version.json b/resources/version.json index 96d9691..0262db7 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" }