Update changelog
This commit is contained in:
parent
1ff4b7c45a
commit
f621fae432
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -29,22 +29,22 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
archive: $bin-$tag-macos-x64
|
archive: macos-x64
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
archive: $bin-$tag-macos-aarch64
|
archive: macos-aarch64
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
archive: $bin-$tag-linux-x64
|
archive: linux-x64
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
target: aarch64-unknown-linux-gnu
|
target: aarch64-unknown-linux-gnu
|
||||||
archive: $bin-$tag-linux-aarch64
|
archive: linux-aarch64
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
target: x86_64-pc-windows-gnu
|
target: x86_64-pc-windows-gnu
|
||||||
archive: $bin-$tag-windows-x64
|
archive: windows-x64
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
target: aarch64-pc-windows-msvc
|
target: aarch64-pc-windows-msvc
|
||||||
archive: $bin-$tag-windows-aarch64
|
archive: windows-aarch64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bin: cpc
|
bin: cpc
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
archive: ${{ matrix.archive }}
|
archive: $bin-$tag-${{ matrix.archive }}
|
||||||
zip: all
|
zip: all
|
||||||
tar: none
|
tar: none
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 1.9.0 - 2022 Dec 30
|
## 1.9.0 - 2022 Dec 30
|
||||||
- Add `marathon` unit
|
- Add `marathon` unit
|
||||||
- Add `macos-aarch64` (Apple Silicon) and `linux-aarch64` release binaries
|
- Add `aarch64` binaries
|
||||||
|
|
||||||
## 1.8.0 - 2021 Aug 16
|
## 1.8.0 - 2021 Aug 16
|
||||||
- Add support for data transfer rate units (like mb/s)
|
- Add support for data transfer rate units (like mb/s)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user