Skip to content

Commit bd0dc7a

Browse files
committed
Update to version 0.3.0
1 parent a6d1703 commit bd0dc7a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.3.0] - 2016-03-08
4+
35
### Added
46

57
* `StreamInfo` methods for checking block size range:
@@ -60,5 +62,6 @@
6062
* Complete decoding of FLAC files
6163
* Example decoder from FLAC to WAV
6264

63-
[Unreleased]: https://github.com/sourrust/flac/compare/v0.2.0...HEAD
65+
[Unreleased]: https://github.com/sourrust/flac/compare/v0.3.0...HEAD
6466
[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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "flac"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
description = "An implementation of FLAC (free lossless audio codec)"
66
license = "BSD-3-Clause"
77
authors = ["Jeremy Hull <[email protected]>"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ like so:
1515
```toml
1616
[dependencies]
1717

18-
flac = "^0.2.0"
18+
flac = "^0.3.0"
1919
```
2020

2121
Followed by including it in you code:

0 commit comments

Comments
 (0)