Skip to content

Commit

Permalink
Merge pull request #31 from FrancisRussell/develop
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
FrancisRussell committed Sep 25, 2022
2 parents 2b4cab3 + 019e81d commit 21333e7
Show file tree
Hide file tree
Showing 21 changed files with 1,298 additions and 552 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.x86_64-pc-windows-gnu]
rustflags = [ "-C", "link-arg=-lssp" ]

[target.i686-pc-windows-gnu]
rustflags = [ "-C", "link-arg=-lssp" ]
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
with:
name: zoog-debug-${{ matrix.target }}
path: |
target/${{ matrix.target }}/debug/zoog
target/${{ matrix.target }}/debug/zoog.exe
target/${{ matrix.target }}/debug/opusgain
target/${{ matrix.target }}/debug/opusgain.exe
if-no-files-found: error

cargo-test:
Expand Down Expand Up @@ -73,6 +73,6 @@ jobs:
toolchain: nightly
override: true
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
uses: Kobzol/cargo-bloat-action@ee38cc711cd045e30be53db2660dbcbb88f35e58
with:
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.0

* `zoog` binary is deprecated and removed from the repository.
* `opusgain` binary is added which can compute the loudness of Opus files
directly in order to adjust the output gain and generate tags.

## 0.1.4

* Strip debug info from release binaries (requires Rust nightly).
Expand Down
Loading

0 comments on commit 21333e7

Please sign in to comment.