(cargo-release) start next development iteration 0.5.3-alpha.0 (#56)

* (cargo-release) start next development iteration 0.5.3-alpha.0

* bump version in lib.rs too
This commit is contained in:
Jane Lusby 2020-09-01 10:16:56 -07:00 committed by GitHub
parent e3db0438ae
commit 17c325d38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "color-eyre"
version = "0.5.2"
version = "0.5.3-alpha.0"
authors = ["Jane Lusby <jlusby@yaah.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -334,7 +334,7 @@
//! [`examples/custom_filter.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_filter.rs
//! [`examples/custom_section.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_section.rs
//! [`examples/multiple_errors.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/multiple_errors.rs
#![doc(html_root_url = "https://docs.rs/color-eyre/0.5.2")]
#![doc(html_root_url = "https://docs.rs/color-eyre/0.5.3-alpha.0")]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(
missing_docs,