apollo-errors-derive 0.5.0

Proc macro for deriving apollo-errors::Error trait
Documentation
# Changelog

All notable changes to **apollo-errors-derive** will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1]

### 🔧 Other Changes

#### remove circular dev-dependency on apollo-errors ([#174]https://github.com/apollographql/apollo-platform-rs/pull/174) by @BrynCooke

The derive crate no longer depends on apollo-errors for testing, breaking a circular dependency between the two crates.



## [0.0.1]

Intial release