Skip to content

Commit e26e373

Browse files
authored
Bump error-stack to 0.2.2 (#1175)
1 parent e34e1b8 commit e26e373

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/libs/error-stack/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

packages/libs/error-stack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["."]
44

55
[package]
66
name = "error-stack"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
authors = ["HASH"]
99
edition = "2021"
1010
rust-version = "1.63.0"

0 commit comments

Comments
 (0)