diff --git a/libs/error-stack/CHANGELOG.md b/libs/error-stack/CHANGELOG.md index 5d60d69c3dd..0647ad47f84 100644 --- a/libs/error-stack/CHANGELOG.md +++ b/libs/error-stack/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to `error-stack` will be documented in this file. - Support for [`defmt`](https://defmt.ferrous-systems.com) +## [0.3.1](https://github.com/hashintel/hash/tree/error-stack%400.3.1/libs/error-stack) - 2023-02-08 + +- Fix multiline attachments not being aligned ([#2022](https://github.com/hashintel/hash/pull/2022)) + ## [0.3.0](https://github.com/hashintel/hash/tree/error-stack%400.3.0/libs/error-stack) - 2023-02-01 ### Breaking Changes diff --git a/libs/error-stack/Cargo.toml b/libs/error-stack/Cargo.toml index 7fd180fe6d3..7b46d6732b0 100644 --- a/libs/error-stack/Cargo.toml +++ b/libs/error-stack/Cargo.toml @@ -5,7 +5,7 @@ exclude = ["package.json"] [package] name = "error-stack" -version = "0.3.0" +version = "0.3.1" authors = ["HASH"] edition = "2021" rust-version = "1.63.0"