File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 0.3.0] - 2016-03-08
4
+
3
5
### Added
4
6
5
7
* ` StreamInfo ` methods for checking block size range:
60
62
* Complete decoding of FLAC files
61
63
* Example decoder from FLAC to WAV
62
64
63
- [ Unreleased ] : https://github.com/sourrust/flac/compare/v0.2 .0...HEAD
65
+ [ Unreleased ] : https://github.com/sourrust/flac/compare/v0.3 .0...HEAD
64
66
[ 0.2.0 ] : https://github.com/sourrust/flac/compare/v0.1.0...v0.2.0
67
+ [ 0.3.0 ] : https://github.com/sourrust/flac/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " flac"
4
- version = " 0.2 .0"
4
+ version = " 0.3 .0"
5
5
description = " An implementation of FLAC (free lossless audio codec)"
6
6
license = " BSD-3-Clause"
7
7
authors = [
" Jeremy Hull <[email protected] >" ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ like so:
15
15
``` toml
16
16
[dependencies ]
17
17
18
- flac = " ^0.2 .0"
18
+ flac = " ^0.3 .0"
19
19
```
20
20
21
21
Followed by including it in you code:
You can’t perform that action at this time.
0 commit comments