Skip to content

Commit f9e97f4

Browse files
author
Kilte Leichnam
committed
Release 0.1.2
1 parent 4b85e5b commit f9e97f4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ape"
3-
version = "0.1.1"
3+
version = "0.1.2"
44

55
description = "A library for reading and writing APEv2 tags"
66
keywords = ["ape"]

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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>`.

0 commit comments

Comments
 (0)