Skip to content

Commit 1c58495

Browse files
committed
Release 1.0.0
1 parent 307580b commit 1c58495

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to
99

1010
## \[Unreleased]
1111

12+
## \[1.0.0] - 2024-04-08
13+
14+
Initial release.
15+
1216
### Added
1317

1418
- Functions `fail_all`, `fail_all_vec`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multiple_errors"
3-
version = "1.0.0-alpha"
3+
version = "1.0.0"
44
edition = "2021"
55
authors = ["Dmitrii Aleksandrov <adk230@yandex.ru>"]
66
documentation = "https://docs.rs/multiple_errors/"

0 commit comments

Comments
 (0)