Skip to content

Commit 7a32134

Browse files
committed
Add link to changelog at top of readme
1 parent 34b55d2 commit 7a32134

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

readme.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Fast and simple file reading for Rust.
55
[![Build Status][tr-img]][tr]
66
[![Build Status][av-img]][av]
77
[![Crates.io version][crate-img]][crate]
8+
[![Changelog][changelog-img]][changelog]
89
[![Documentation][docs-img]][docs]
910

1011
Filebuffer can map files into memory. This is often faster than using the
@@ -46,13 +47,15 @@ non-commercial use under the conditions given in the license. If you want to use
4647
Filebuffer in your GPLv2-licensed software, you can add an [exception][except]
4748
to your copyright notice.
4849

49-
[tr-img]: https://travis-ci.org/ruuda/filebuffer.svg?branch=master
50-
[tr]: https://travis-ci.org/ruuda/filebuffer
51-
[av-img]: https://ci.appveyor.com/api/projects/status/kfacq5ul22hbnd9u?svg=true
52-
[av]: https://ci.appveyor.com/project/ruuda/filebuffer
53-
[crate-img]: https://img.shields.io/crates/v/filebuffer.svg
54-
[crate]: https://crates.io/crates/filebuffer
55-
[docs-img]: https://img.shields.io/badge/docs-online-blue.svg
56-
[docs]: https://docs.rs/filebuffer
57-
[apache2]: https://www.apache.org/licenses/LICENSE-2.0
58-
[except]: https://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs
50+
[tr-img]: https://travis-ci.org/ruuda/filebuffer.svg?branch=master
51+
[tr]: https://travis-ci.org/ruuda/filebuffer
52+
[av-img]: https://ci.appveyor.com/api/projects/status/kfacq5ul22hbnd9u?svg=true
53+
[av]: https://ci.appveyor.com/project/ruuda/filebuffer
54+
[crate-img]: https://img.shields.io/crates/v/filebuffer.svg
55+
[crate]: https://crates.io/crates/filebuffer
56+
[changelog-img]: https://img.shields.io/badge/changelog-online-blue.svg
57+
[changelog]: https://github.com/ruuda/filebuffer/blob/master/changelog.md#changelog
58+
[docs-img]: https://img.shields.io/badge/docs-online-blue.svg
59+
[docs]: https://docs.rs/filebuffer
60+
[apache2]: https://www.apache.org/licenses/LICENSE-2.0
61+
[except]: https://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs

0 commit comments

Comments
 (0)