We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374927f commit ec6e5bbCopy full SHA for ec6e5bb
crates/async-dropper/CHANGELOG
@@ -1,6 +1,25 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
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
23
## [0.3.1] - 2023-10-26
24
25
### Miscellaneous Tasks
crates/async-dropper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-dropper"
-version = "0.3.1"
+version = "0.3.2"
repository = "https://github.com/t3hmrman/async-dropper"
license = "MIT"
readme = "README.md"
0 commit comments