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

## [0.2.6] - 2024-01-31

### Bug Fixes

- Timeout usage

### Features

- Add inner(), inner_mut(), Deref/DerefMut impls
- Remove static requirement by using async-scoped
- Add no-default-bound feature

## [0.2.5] - 2023-10-20

### Bug Fixes

- Lint

### Refactor

- Lint cargo.toml w/ taplo

## [0.2.4] - 2023-10-16

### Bug Fixes

- Use of `cargo get`
- Clippy lints
- Add tokio time dep
- Tokio deps

### Miscellaneous Tasks

- Update deps

## [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

