Update changelog

This commit is contained in:
Kasper 2023-01-02 11:16:00 +01:00
parent 1ff4b7c45a
commit f621fae432
No known key found for this signature in database
GPG Key ID: 356D5C59EDCEC2D1
2 changed files with 8 additions and 8 deletions

View File

@ -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 }}

View File

@ -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)