Skip to content

Commit

Permalink
release: async-dropper-simple v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hmrman committed Jan 31, 2024
1 parent 53b61c5 commit a6ccaef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions crates/async-dropper-simple/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion crates/async-dropper-simple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-dropper-simple"
version = "0.2.5"
version = "0.2.6"
repository = "https://github.com/t3hmrman/async-dropper"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/async-dropper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ tokio = { workspace = true, optional = true, features = [
# NOTE: version has to be removed if doing local dev with unpublished versions
# cargo does *not* ignore the version and opt for path
async-dropper-derive = { path = "../async-dropper-derive", version = "0.3.1" }
async-dropper-simple = { path = "../async-dropper-simple", version = "0.2.5" }
async-dropper-simple = { path = "../async-dropper-simple", version = "0.2.6" }

[dev-dependencies]
tokio = { workspace = true, features = [
Expand Down

0 comments on commit a6ccaef

Please sign in to comment.