Skip to content

Commit 4c00825

Browse files
tormolThomas Bahn
authored and
Thomas Bahn
committed
Version 0.8.7
1 parent 25400bf commit 4c00825

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.6"
8+
version = "0.8.7"
99

1010
[dependencies.quickcheck]
1111
optional = true

RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.8.7 (2018-04-04)
2+
==========================
3+
* Implement `AsAsciiStr` and `AsMutAsciiStr` for references to to types that implement them.
4+
* Make all methods of deprecated `AsciiExt` except `is_ascii()` available as inherent methods in std-mode.
5+
* Compile without warnings on Rust 1.26.0
6+
* Acknowledge that the crate doesn't compile on Rust < 1.8.0 (cannot be fixed without breaking changes).
7+
18
Version 0.8.6 (2017-07-02)
29
==========================
310
* Implement `AsRef<u8> for AsciiString`.

0 commit comments

Comments
 (0)