thin_delegate 0.2.0

Auto implementation of trivial delegation to inner types
Documentation
## 0.2.0

- Breaking changes
  - Switched default value of `delegate_fn_with_default_impl` from `false` to `true`. (e1e2100)

## 0.1.0

- Add documentation
- Breaking changes
  - Renamed `derive_delegate` to `fill_delegate` (9d91723)
  - Stop filling trait function with default implementation (46cc6c7)
  - Add argument `delegate_fn_with_default_impl` of `fill_delegate` (8ec4bb6)

## 0.0.3

- Prevent trait ambiguity (18ed751): Switched to generate `Hello::hello(delegatee, ...)` instead of `delegatee.hello(...)`.
- Add argument `with_uses` of `exteranl_trait_def` (9418deb)

## 0.0.2

- Prevent warnings for `unused_imports` (84c513f)

## 0.0.1

Initial release.