bounded-vec 0.2.0

Non-empty rust Vec wrapper with type guarantees on lower and upper bounds for items quantity.
Documentation
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.2.0] - 2021-05-11

### Added
- `BoundedVec::try_mapped`,  `BoundedVec::try_mapped_ref`;

## [0.1.0] - 2021-05-10

- initial `BoundedVec` implementation including `mapped()`, `first()`, `last()`, to/from array/`Vec`;

<!-- next-url -->
[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.0.0...v0.1.0