File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " ape"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44
55description = " A library for reading and writing APEv2 tags"
66keywords = [" ape" ]
Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ A library for reading and writing [APEv2 tags][1].
44
55[ ![ Build Status] ( https://img.shields.io/travis/Kilte/rust-ape.svg?style=flat-square )] ( https://travis-ci.org/Kilte/rust-ape )
66[ ![ Downloads] ( https://img.shields.io/crates/d/ape.svg?style=flat-square )] ( https://crates.io/crates/ape/ )
7- [ ![ Documentation] ( https://img.shields.io/badge/docs-0.1.1 -yellowgreen.svg?style=flat-square )] ( http://rust-ape.leichnam.rip )
7+ [ ![ Documentation] ( https://img.shields.io/badge/docs-0.1.2 -yellowgreen.svg?style=flat-square )] ( http://rust-ape.leichnam.rip )
88
99## Changelog
1010
11+ ### 0.1.2 (18.05.2016)
12+
13+ - Small internal improvements.
14+
1115### 0.1.1 (21.01.2016)
1216
1317- Use ` Result<()> ` instead of ` Option<Error> ` .
You can’t perform that action at this time.
0 commit comments