extend 0.1.2

Create extensions for types you don't own with extension traits but without the boilerplate.
Documentation
# Change Log

All user visible changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/), as described
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)

## Unreleased

None.

### Breaking changes

None.

## 0.1.1 - 2020-02-22

- Add support for specifying supertraits of the generated trait [#4]https://github.com/davidpdrsn/extend/pull/4.

## 0.1.0

- Support adding extensions to the ["never type"]https://doc.rust-lang.org/std/primitive.never.html.

### Breaking changes

- Simplify names of traits generates for complex types.

## 0.0.2

- Move "trybuild" to dev-dependency.

## 0.0.1

Initial release.