Skip to content

Commit 85fd943

Browse files
author
Thomas Bahn
committed
Release version 0.8.6
1 parent 3413feb commit 85fd943

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://tomprogrammer.github.io/rust-ascii/ascii/index.html"
55
license = "Apache-2.0 / MIT"
66
name = "ascii"
77
repository = "https://github.com/tomprogrammer/rust-ascii"
8-
version = "0.8.4"
8+
version = "0.8.6"
99

1010
[dependencies.quickcheck]
1111
optional = true

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.8.6 (2017-07-02)
2+
==========================
3+
* Implement `AsRef<u8> for AsciiString`.
4+
15
Version 0.8.4 (2017-04-18)
26
==========================
37
* Fix the tests when running without std.

0 commit comments

Comments
 (0)