Skip to content

Commit 9a456da

Browse files
author
Thomas Bahn
committed
Release version 0.8.5
1 parent 956d87b commit 9a456da

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

+1-1
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.5"
99

1010
[dependencies.quickcheck]
1111
optional = true

RELEASES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.8.5 (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)