pin-project-lite 0.1.1

A lightweight version of pin-project written with declarative macros.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.1.1] - 2019-11-15

* [`pin_project!` macro now determines the visibility of the projection type/method is based on the original type.][5]

[5]: https://github.com/taiki-e/pin-project-lite/pull/5

## [0.1.0] - 2019-10-22

Initial release

[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/taiki-e/pin-project/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/taiki-e/pin-project-lite/releases/tag/v0.1.0