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

Commit dd980fd

Browse files
committed
Added changelog entry
1 parent 6a12641 commit dd980fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://rust-lang-nursery.github.io/failure/"
66
license = "MIT OR Apache-2.0"
77
name = "failure"
88
repository = "https://github.com/rust-lang-nursery/failure"
9-
version = "0.1.4"
9+
version = "0.1.5"
1010

1111
[dependencies.failure_derive]
1212
optional = true

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.1.5
2+
3+
- Resolve a regression with error conversions (#290)
4+
15
# Version 0.1.4
26

37
- Improved error reporting of the derive feature

0 commit comments

Comments
 (0)