Skip to content

Commit 4f3098c

Browse files
author
Thomas Bahn
committed
Release version 0.9.2
1 parent ed08a07 commit 4f3098c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0 / MIT"
66
name = "ascii"
77
readme = "README.md"
88
repository = "https://github.com/tomprogrammer/rust-ascii"
9-
version = "0.9.1"
9+
version = "0.9.2"
1010

1111
[dependencies]
1212
quickcheck = { version = "0.6", optional = true }

RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
==========
1+
Version 0.9.2 (2019-07-07)
2+
==========================
33
* Implement the `IntoAsciiString` trait for `std::ffi::CStr` and `std::ffi::CString` types,
44
and implemented the `AsAsciiStr` trait for `std::ffi::CStr` type.
55
* Implement the `IntoAsciiString` for `std::borrow::Cow`, where the inner types themselves

0 commit comments

Comments
 (0)