Skip to content

Commit

Permalink
Publish error-stack v0.3.1 (#2029)
Browse files Browse the repository at this point in the history
## 🌟 What is the purpose of this PR?

A small bug was highlighted in #2019 and fixed in #2022, so we want to publish the fix.

## 🔗 Related links

- Closes #2019
- #2022

## ⚠️ Known issues

Currently, the `SemVer Check` job is disabled, so we have to run it manually. Output:
```
❯ cargo semver-checks check-release       
    Updating index
     Parsing error-stack v0.3.1 (current)
     Parsing error-stack v0.3.0 (baseline)
    Checking error-stack v0.3.0 -> v0.3.1 (minor change)
   Completed [   0.127s] 35 checks; 35 passed, 5 unnecessary
cargo semver-checks check-release  11.95s user 2.40s system 87% cpu 16.334 total
❯ echo $?
0
```
  • Loading branch information
TimDiekmann authored Feb 8, 2023
1 parent 38e6eaa commit c7a8f70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libs/error-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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"]

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

0 comments on commit c7a8f70

Please sign in to comment.