Skip to content

Commit 4e93a53

Browse files
committed
chore: update changelog
1 parent d01e426 commit 4e93a53

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.github/workflows/buld-bin-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
files: |
8383
./dload-${{ env.VERSION }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
8484
85-
8685
build-macos-arm64:
8786
runs-on: macos-14
8887
name: 📦 Build macOS ARM64
@@ -360,4 +359,3 @@ jobs:
360359
token: "${{ secrets.DLOAD_RELEASE_TOKEN }}"
361360
files: |
362361
./dload-${{ env.VERSION }}-windows-amd64.tar.gz
363-

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 1.0.0-RC3 (2025-04-13)
4+
5+
## What's Changed
6+
* Added software versions checker by @roxblnfk in https://github.com/php-internal/dload/pull/23
7+
Added `dload show` command
8+
Added a new software `trap`
9+
10+
## 1.0.0-RC2 (2025-04-12)
11+
12+
## What's Changed
13+
- Support loading not archived binaries
14+
- Binary config separated into embedded entity
15+
- Mon-binary files can be loaded without arch/os checks
16+
- Added param `extract-path` to download action
17+
18+
## 1.0.0-RC1 (2025-04-07)
19+
20+
## What's Changed
21+
* Fix PHAR building by @roxblnfk in https://github.com/php-internal/dload/pull/16
22+
* Make lazy loading of releases pages; maintenance by @roxblnfk in https://github.com/php-internal/dload/pull/18
23+
* Check binaries before downloading by @roxblnfk in https://github.com/php-internal/dload/pull/19
24+
325
## 1.0.0-alpha (2024-07-20)
426

527
## What's Changed

0 commit comments

Comments
 (0)