We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718e448 commit c82faabCopy full SHA for c82faab
CHANGELOG.md
@@ -9,9 +9,12 @@ and this project adheres to
9
10
## \[Unreleased]
11
12
+## \[1.1.1] - 2025-06-04
13
+
14
### Changed
15
16
- Updated the author's contact info.
17
+- Improved the docs. Mentioned `lazy_errors` as an alternative crate.
18
19
## \[1.1.0] - 2024-04-08
20
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "multiple_errors"
3
-version = "1.1.0"
+version = "1.1.1"
4
edition = "2021"
5
authors = ["Dmitrii Aleksandrov <adk2300@gmail.com>"]
6
documentation = "https://docs.rs/multiple_errors/"
0 commit comments