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

Commit

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

# 0.12.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "error-chain"
version = "0.12.3" # remember to update html_root_url
version = "0.12.4" # 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
100755 → 100644
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.3")]
#![doc(html_root_url = "https://docs.rs/error-chain/0.12.4")]

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

0 comments on commit 810f671

Please sign in to comment.