Skip to content

Commit

Permalink
Publish error-stack version 0.3 (#1986)
Browse files Browse the repository at this point in the history
## 🌟 What is the purpose of this PR?

We are going to publish `[email protected]` 🎉 

## 🔗 Related links

- [Asana task](https://app.asana.com/0/1203543026679373/1203767287750375/f) _(internal)_

## 🚫 Blocked by

* #1984
* #1985
* #1938

## 🔍 What does this change?

- Bump version in `Cargo.toml`
- Update `CHANGELOG.md`
  • Loading branch information
TimDiekmann authored Feb 1, 2023
1 parent c88bda4 commit f271dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/error-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to `error-stack` will be documented in this file.

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

## 0.3.0 - Unreleased
## [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.2.4"
version = "0.3.0"
authors = ["HASH"]
edition = "2021"
rust-version = "1.63.0"
Expand Down

0 comments on commit f271dd3

Please sign in to comment.