Skip to content

Commit de5e3c2

Browse files
committed
Bump version to 0.3.0.0 due to breaking changes around compilation
1 parent 478a22a commit de5e3c2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Unreleased Changes
44

5+
## 0.3.0.0
6+
7+
- [breaking] Update Cabal package description file schema to 3.0 (can no longer run with low Cabal versions)
8+
- [breaking] Use opus.h for includes instead of opus/opus.h for better Windows/Mingw compatibility
9+
- [breaking] Use pkg-config on all platforms including Windows
10+
- Add CI to run tests on every pull request on GitHub
11+
- Modify test suite to remove dependency on `opus-tools` package (instead we now FFI into a local opus_compare.c)
12+
- Add Haddock documentation to all modules, values, and functions.
13+
514
## 0.2.1.0
615

716
- Remove stack from project as Cabal is enough and reduces complexity

opus.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: opus
3-
version: 0.2.1.0
3+
version: 0.3.0.0
44
synopsis: Bindings to libopus for the Opus audio codec
55
description:
66
Provides Haskell FFI bindings to libopus, the reference implementation of

0 commit comments

Comments
 (0)