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

## [0.2.3] - 2023-08-09

### Bug Fixes

- Docsrs config

## [0.2.2] - 2023-08-08

### Bug Fixes

- Reset default feature to neither async platform

## [0.2.1] - 2023-08-08

### Refactor

- Set tokio as default feature

## [0.2.0] - 2023-08-08

### Features

- None/both async features is a compile-time error

## [0.1.4] - 2023-07-30

### Refactor

- Use std::mem::take

## [0.1.2] - 2023-07-30

### Bug Fixes

- Add simple to workspace
- Remove requirement on async-dropper-derive
- Remove unused dependencies on anyhow & thiserror

### Refactor

- Stricter cfg usage

## [0.1.1] - 2023-07-30

### Bug Fixes

- Add simple to workspace

### Refactor

- Stricter cfg usage

## [0.1.0] - 2023-07-29

### Bug Fixes

- Add simple to workspace

