Skip to content

Commit

Permalink
release: async-dropper v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hmrman committed Aug 8, 2023
1 parent 57ece74 commit d6b057c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions crates/async-dropper/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.2.0] - 2023-08-08

### Bug Fixes

- Wrong subject in cliff toml config
- Reset default feature to neither async platform
- Add transitive feature for simple

### Miscellaneous Tasks

- Update deps (derive -> v0.2.0, simple -> v0.2.0)

### Refactor

- Set tokio as default feature

## [0.1.3] - 2023-07-30

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/async-dropper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-dropper"
version = "0.1.3"
version = "0.2.0"
repository = "https://github.com/t3hmrman/async-dropper"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit d6b057c

Please sign in to comment.