Skip to content

Commit

Permalink
Merge pull request #220 from iqlusioninc/zeroize/v0.9.1
Browse files Browse the repository at this point in the history
zeroize v0.9.1
  • Loading branch information
tony-iqlusion committed Jun 5, 2019
2 parents 2750e74 + 73f5238 commit 7860fbb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions zeroize/CHANGES.md
@@ -1,3 +1,7 @@
## [0.9.1] (2019-06-04)

- Impl `Zeroize` for `Option<Z: Zeroize>` ([#219])

## [0.9.0] (2019-06-04)

**NOTICE**: This release changes the default behavior of `derive(Zeroize)`
Expand Down Expand Up @@ -78,6 +82,8 @@ a pure Rust solution.

- Initial release

[0.9.1]: https://github.com/iqlusioninc/crates/pull/220
[#219]: https://github.com/iqlusioninc/crates/pull/219
[0.9.0]: https://github.com/iqlusioninc/crates/pull/215
[#216]: https://github.com/iqlusioninc/crates/pull/216
[#214]: https://github.com/iqlusioninc/crates/pull/214
Expand Down
2 changes: 1 addition & 1 deletion zeroize/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ description = """
Uses a portable pure Rust implementation that works everywhere,
even WASM!
"""
version = "0.9.0" # Also update html_root_url in lib.rs when bumping this
version = "0.9.1" # Also update html_root_url in lib.rs when bumping this
authors = ["Tony Arcieri <tony@iqlusion.io>"]
license = "Apache-2.0 OR MIT"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion zeroize/src/lib.rs
Expand Up @@ -204,7 +204,7 @@
unused_import_braces,
unused_qualifications
)]
#![doc(html_root_url = "https://docs.rs/zeroize/0.9.0")]
#![doc(html_root_url = "https://docs.rs/zeroize/0.9.1")]

#[cfg(all(feature = "alloc", not(feature = "std")))]
#[allow(unused_imports)] // rustc bug?
Expand Down

0 comments on commit 7860fbb

Please sign in to comment.