Skip to content

Commit ec6e5bb

Browse files
committed
release: async-dropper v0.3.2
1 parent 374927f commit ec6e5bb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

crates/async-dropper/CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.3.2] - 2024-09-19
5+
6+
### Bug Fixes
7+
8+
- Add anyhow dep
9+
10+
### Documentation
11+
12+
- Add documentation around anyhow feature
13+
- Improve documentation
14+
15+
### Features
16+
17+
- Added error conversions
18+
19+
### Refactor
20+
21+
- Make anyhow an optional dependency by feature
22+
423
## [0.3.1] - 2023-10-26
524

625
### Miscellaneous Tasks

crates/async-dropper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-dropper"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
repository = "https://github.com/t3hmrman/async-dropper"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)