Skip to content

Commit

Permalink
bump version + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
csabahruska committed Aug 2, 2021
1 parent 7548988 commit 8850603
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions proteaaudio-sdl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.9.2
- fix `sampleFromMemoryPcm` to support 32 bit float pcm samples

# 0.9.1
- fix Cabal C/C++ compiler flag handling bug, now should compile with GHC 8.10 and above also.

Expand Down
2 changes: 1 addition & 1 deletion proteaaudio-sdl/proteaaudio-sdl.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-Version: 2.2
Name: proteaaudio-sdl
Version: 0.9.1
Version: 0.9.2
Synopsis: Simple audio library for SDL.
Description: Simple audio library for SDL. Supports PCM, Ogg and Wav playback and multichannel mixing.
License: BSD-3-Clause
Expand Down
3 changes: 3 additions & 0 deletions proteaaudio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.9.2
- fix a sample format conversion bug that caused pitch problems in `sampleFromMemoryPcm`

# 0.9.1
- fix a Cabal C/C++ compiler flag handling bug, now should compile with GHC 8.10 and above also.

Expand Down
2 changes: 1 addition & 1 deletion proteaaudio/proteaaudio.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-Version: 2.2
Name: proteaaudio
Version: 0.9.1
Version: 0.9.2
Synopsis: Simple audio library for Windows, Linux, OSX.
Description: Simple audio library for Windows, Linux, OSX. Supports PCM, Ogg and Wav playback and multichannel mixing.
License: BSD-3-Clause
Expand Down

0 comments on commit 8850603

Please sign in to comment.