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

Commit 542c12c

Browse files
authored
0.12.3 release (#294)
1 parent 9a41c0d commit 542c12c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.12.3
2+
- [executable bits to support build platform linters](https://github.com/rust-lang-nursery/error-chain/pull/289)
3+
14
# 0.12.2
25
- [allow `Error::description` to be used for rust below 1.42](https://github.com/rust-lang-nursery/error-chain/pull/285)
36
- [Improvements to has_backtrace_depending_on_env](https://github.com/rust-lang-nursery/error-chain/pull/277)

Cargo.toml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "error-chain"
3-
version = "0.12.2" # remember to update html_root_url
3+
version = "0.12.3" # remember to update html_root_url
44
authors = [ "Brian Anderson <banderson@mozilla.com>",
55
"Paul Colomiets <paul@colomiets.name>",
66
"Colin Kiegel <kiegel@gmx.de>",

src/lib.rs

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(missing_docs)]
2-
#![doc(html_root_url = "https://docs.rs/error-chain/0.12.2")]
2+
#![doc(html_root_url = "https://docs.rs/error-chain/0.12.3")]
33

44
//! A library for consistent and reliable error handling
55
//!

0 commit comments

Comments
 (0)