diff --git a/.github/workflows/buld-bin-release.yml b/.github/workflows/buld-bin-release.yml index 252c4b9..074b4c8 100644 --- a/.github/workflows/buld-bin-release.yml +++ b/.github/workflows/buld-bin-release.yml @@ -154,7 +154,7 @@ jobs: - name: Combine micro.sfx with the PHAR run: | - .build/bin/spc micro:combine .build/phar/ctx.phar --output=dist/dload + .build/bin/spc micro:combine .build/phar/dload.phar --output=dist/dload - name: Test binary run: | @@ -257,7 +257,7 @@ jobs: - name: Combine micro.sfx with the PHAR run: | export PATH="/usr/local/bin:$PATH" - .build/bin/spc micro:combine .build/phar/ctx.phar --output=dist/dload + .build/bin/spc micro:combine .build/phar/dload.phar --output=dist/dload - name: Test binary run: | 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" }