Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit b5e836b

Browse files
committed
Bump to 0.5.0
1 parent f4837ee commit b5e836b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.5.0
2+
3+
- [Only generate backtraces with RUST_BACKTRACE set](https://github.com/brson/error-chain/pull/27)
4+
- [Fixup matching, disallow repeating "types" section](https://github.com/brson/error-chain/pull/26)
5+
- [Fix tests on stable/beta](https://github.com/brson/error-chain/pull/28)
6+
- [Only deploy docs when tagged](https://github.com/brson/error-chain/pull/30)
7+
8+
Contributors: benaryorg, Brian Anderson, Georg Brandl
9+
110
# 0.4.2
211

312
- [Fix the resolution of the ErrorKind description method](https://github.com/brson/error-chain/pull/24)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "error-chain"
4-
version = "0.4.2"
4+
version = "0.5.0"
55
authors = [ "Brian Anderson <banderson@mozilla.com>",
66
"Paul Colomiets <paul@colomiets.name>",
77
"Colin Kiegel <kiegel@gmx.de>"]

0 commit comments

Comments
 (0)