mutex-trait 0.2.0

Foundational mutex trait and helpers
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/).

## [Unreleased]

## [0.2.0]

### Changes

- [breaking-change] `Exclusive` was changed to be a reference wrapper to work with external resources

## [0.1.0]

- First release

[Unreleased]: https://github.com/rust-embedded/mutex-trait/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/rust-embedded/mutex-trait/compare/v0.1.0...v0.2.0