Skip to content

Commit

Permalink
GEN-103: Bump error-stack to v0.4.1 (#3089)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Sep 4, 2023
1 parent d164604 commit 428d836
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions libs/error-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to `error-stack` will be documented in this file.

- Support for [`defmt`](https://defmt.ferrous-systems.com)

## [0.4.1](https://github.com/hashintel/hash/tree/error-stack%400.4.1/libs/error-stack) - 2023-09-04

### Fixes

- Fix deprecation warning typo for `IntoReport` ([#3088](https://github.com/hashintel/hash/pull/3088))

## [0.4.0](https://github.com/hashintel/hash/tree/error-stack%400.4.0/libs/error-stack) - 2023-08-23

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/error-stack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude = ["package.json", ".config/lints.toml"]

[package]
name = "error-stack"
version = "0.4.0"
version = "0.4.1"
authors = ["HASH"]
edition = "2021"
rust-version = "1.63.0"
Expand Down

0 comments on commit 428d836

Please sign in to comment.