From 3d569ca9c47b3a424700e5fd8477702329e6b3e1 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Sun, 13 Apr 2025 13:49:07 +0400 Subject: [PATCH] chore(master): release 1.1.0-alpha --- CHANGELOG.md | 12 ++++++++++++ resources/version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c32c1..b94d867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.1.0-alpha (2025-04-13) + +## What's Changed +* Fix PHAR building by @roxblnfk in https://github.com/php-internal/dload/pull/16 +* Maintenance by @roxblnfk in https://github.com/php-internal/dload/pull/18 +* Check binaries before downloading by @roxblnfk in https://github.com/php-internal/dload/pull/19 +* Load not archived binaries by @roxblnfk in https://github.com/php-internal/dload/pull/22 +* Fetch software versions by @roxblnfk in https://github.com/php-internal/dload/pull/23 + + +**Full Changelog**: https://github.com/php-internal/dload/compare/1.0.0-alpha...1.1.0-alpha + ## 1.0.0-RC3 (2025-04-13) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 06762c2..b3eade6 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.0.0-alpha" + ".": "1.1.0-alpha" }