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

Commit 56dfc7d

Browse files
committed
0.1.3
1 parent 4e94ee1 commit 56dfc7d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ homepage = "https://boats.gitlab.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.2"
9+
version = "0.1.3"
1010

1111
[dependencies.failure_derive]
1212
optional = true
13-
version = "0.1.2"
13+
version = "0.1.3"
1414
path = "./failure_derive"
1515

1616
[dependencies.backtrace]

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.1.3
2+
3+
- Added `Context::map`
4+
- Fixed a memory leak for older rust versions on error downcast
5+
16
# Version 0.1.2
27

38
The original plan to release 1.0.0 was changed so that version 0.1.1 is released and a related [RFC to fix the error trait](https://github.com/rust-lang/rfcs/pull/2504) is submitted. See README for details.

failure_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "failure_derive"
66
repository = "https://github.com/withoutboats/failure_derive"
77
homepage = "https://boats.gitlab.io/failure"
88
documentation = "https://boats.gitlab.io/failure"
9-
version = "0.1.2"
9+
version = "0.1.3"
1010
build = "build.rs"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)