Skip to content

Commit 593ee6e

Browse files
authored
Bump error-stack to version 0.2.4 (#1337)
1 parent e78f70c commit 593ee6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/libs/error-stack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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-
## Unreleased
10+
## [0.2.4](https://github.com/hashintel/hash/tree/error-stack%400.2.4/packages/libs/error-stack) - 2022-11-04
1111

1212
- The output of [`Location`](https://doc.rust-lang.org/std/panic/struct.Location.html) is no longer hard-coded and can now be adjusted through hooks. ([#1237](https://github.com/hashintel/hash/pull/1237))
1313
- The `TypeId` of a value contained in a `Frame` can now be accessed via `Frame::type_id` ([#1289](https://github.com/hashintel/hash/pull/1289))

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.3"
7+
version = "0.2.4"
88
authors = ["HASH"]
99
edition = "2021"
1010
rust-version = "1.63.0"

0 commit comments

Comments
 (0)