Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/buld-bin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0-alpha"
".": "1.1.0-alpha"
}
Loading