Skip to content

Commit

Permalink
Release version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bahn committed Jul 7, 2019
1 parent ed08a07 commit 4f3098c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0 / MIT"
name = "ascii"
readme = "README.md"
repository = "https://github.com/tomprogrammer/rust-ascii"
version = "0.9.1"
version = "0.9.2"

[dependencies]
quickcheck = { version = "0.6", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
==========
Version 0.9.2 (2019-07-07)
==========================
* Implement the `IntoAsciiString` trait for `std::ffi::CStr` and `std::ffi::CString` types,
and implemented the `AsAsciiStr` trait for `std::ffi::CStr` type.
* Implement the `IntoAsciiString` for `std::borrow::Cow`, where the inner types themselves
Expand Down

0 comments on commit 4f3098c

Please sign in to comment.