Skip to content

Commit

Permalink
wavbreaker 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Dec 20, 2022
1 parent 5775502 commit ee00039
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format mostly follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## UNRELEASED
## [0.16] -- 2022-12-20

### Added

Expand Down Expand Up @@ -76,3 +76,4 @@ The format mostly follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0

[0.14]: https://github.com/thp/wavbreaker/compare/0.13..0.14
[0.15]: https://github.com/thp/wavbreaker/compare/0.14..0.15
[0.16]: https://github.com/thp/wavbreaker/compare/0.15..0.16
6 changes: 6 additions & 0 deletions data/net.sourceforge.wavbreaker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
</provides>

<releases>
<release version="0.16" date="2022-12-20">
<description>
<p>Support for reading Ogg Vorbis files (writing not yet implemented)</p>
<p>New "wavcli" command-line tool exposing wavbreaker's features to CLI users</p>
</description>
</release>
<release version="0.15" date="2022-04-04">
<description>
<p>Support for lossless cutting of MPEG-1 Audio Layer II (MP2) files</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('wavbreaker', 'c',
version : '0.15',
version : '0.16',
default_options: [
'c_std=c99',
'warning_level=1',
Expand Down

0 comments on commit ee00039

Please sign in to comment.