Skip to content

Commit a88676f

Browse files
author
Thomas Bahn
committed
Release version 0.9.0
1 parent fe69eb6 commit a88676f

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.7"
8+
version = "0.9.0"
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.9.0 (2018-04-05)
2+
==========================
3+
* Update the optional `quickcheck` feature to version 0.6.
4+
15
Version 0.8.7 (2018-04-04)
26
==========================
37
* Implement `AsAsciiStr` and `AsMutAsciiStr` for references to to types that implement them.

0 commit comments

Comments
 (0)