zeroize_derive 1.1.1

Custom derive support for zeroize
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.2.0 (2021-09-21)
### Changed
- Bump MSRV to 1.51+ ([#755])
- Reject `#[zeroize(drop)]` on struct/enum fields, enum variants ([#847])

[#755]: https://github.com/iqlusioninc/crates/pull/755
[#847]: https://github.com/iqlusioninc/crates/pull/847

## 1.1.0 (2021-04-19)
### Changed
- Bump MSRV to 1.47+ ([#685])

[#685]: https://github.com/iqlusioninc/crates/pull/685

## 1.0.1 (2019-09-15)
### Added
- Add docs for the `Zeroize` proc macro ([#504])

[#504]: https://github.com/iqlusioninc/crates/pull/504

## 1.0.0 (2019-10-13)

- Initial 1.0 release