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

Commit

Permalink
0.12.3 release (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGauge authored Jul 31, 2020
1 parent 9a41c0d commit 542c12c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.12.3
- [executable bits to support build platform linters](https://github.com/rust-lang-nursery/error-chain/pull/289)

# 0.12.2
- [allow `Error::description` to be used for rust below 1.42](https://github.com/rust-lang-nursery/error-chain/pull/285)
- [Improvements to has_backtrace_depending_on_env](https://github.com/rust-lang-nursery/error-chain/pull/277)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "error-chain"
version = "0.12.2" # remember to update html_root_url
version = "0.12.3" # remember to update html_root_url
authors = [ "Brian Anderson <[email protected]>",
"Paul Colomiets <[email protected]>",
"Colin Kiegel <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/error-chain/0.12.2")]
#![doc(html_root_url = "https://docs.rs/error-chain/0.12.3")]

//! A library for consistent and reliable error handling
//!
Expand Down

0 comments on commit 542c12c

Please sign in to comment.