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

Commit d1fac75

Browse files
authored
Merge pull request #25 from brson/next
Bump to 0.4.2
2 parents 4809bc9 + 5f403c0 commit d1fac75

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# 0.4.1
1+
# 0.4.2
22

3-
- [Fixes a problem with resolving methods of the standard Error type](https://github.com/brson/error-chain/pull/22)
3+
- [Fix the resolution of the ErrorKind description method](https://github.com/brson/error-chain/pull/24)
4+
5+
Contributors: Brian Anderson
6+
7+
# 0.4.1 (yanked)
8+
9+
- [Fix a problem with resolving methods of the standard Error type](https://github.com/brson/error-chain/pull/22)
410

511
Contributors: Brian Anderson
612

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.1"
4+
version = "0.4.2"
55
authors = [ "Brian Anderson <banderson@mozilla.com>",
66
"Paul Colomiets <paul@colomiets.name>",
77
"Colin Kiegel <kiegel@gmx.de>"]

0 commit comments

Comments
 (0)