File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
packages/libs/error-stack Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ All notable changes to `error-stack` will be documented in this file.
77- Support for [ ` serde ` ] ( https://serde.rs ) (` Serialize ` only)
88- Support for [ ` defmt ` ] ( https://defmt.ferrous-systems.com )
99
10- ## [ 0.2.0] ( https://github.com/hashintel/hash/tree/8ed55bd73045fba83a7ea2e199b31d5b829537b9/packages/libs/error-stack ) - 2022-10-03
10+ ## [ 0.2.2] ( https://github.com/hashintel/hash/tree/error-stack%400.2.2/packages/libs/error-stack ) - 2022-10-07
11+
12+ - Add a space before attachment formatting ([ #1174 ] ( https://github.com/hashintel/hash/pull/1174 ) )
13+
14+ ## [ 0.2.0] ( https://github.com/hashintel/hash/tree/error-stack%400.2.0/packages/libs/error-stack ) - 2022-10-03
1115
1216### Breaking Changes
1317
@@ -41,6 +45,6 @@ All notable changes to `error-stack` will be documented in this file.
4145
4246- Greatly reduce the amount of ` unsafe ` code ([ #774 ] ( https://github.com/hashintel/hash/pull/774 ) )
4347
44- ## [ 0.1.0] ( https://github.com/hashintel/hash/tree/d14efbc38559fc38d36e03ebdd499b44cb80c668 /packages/libs/error-stack ) - 2022-06-10
48+ ## [ 0.1.0] ( https://github.com/hashintel/hash/tree/error-stack%400.1.0 /packages/libs/error-stack ) - 2022-06-10
4549
4650- Initial release
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default-members = ["."]
44
55[package ]
66name = " error-stack"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88authors = [" HASH" ]
99edition = " 2021"
1010rust-version = " 1.63.0"
You can’t perform that action at this time.
0 commit comments