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

Commit 38f2324

Browse files
committed
0.12.0
1 parent 1d7157c commit 38f2324

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
22

3+
# 0.12.0
4+
35
- [Remove `impl Deref<Kind> for Error`](https://github.com/rust-lang-nursery/error-chain/pull/192)
6+
- [Fix warning](https://github.com/rust-lang-nursery/error-chain/pull/247)
47

58
# 0.11.0
69

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "error-chain"
3-
version = "0.11.0" # remember to update html_root_url
3+
version = "0.12.0" # remember to update html_root_url
44
authors = [ "Brian Anderson <[email protected]>",
55
"Paul Colomiets <[email protected]>",
66
"Colin Kiegel <[email protected]>",

src/lib.rs

+1-1
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.11.0")]
2+
#![doc(html_root_url = "https://docs.rs/error-chain/0.12.0")]
33

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

0 commit comments

Comments
 (0)