Skip to content

Commit

Permalink
(cargo-release) version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Feb 2, 2021
1 parent 30a9786 commit 8b7c933
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [0.2.2] - 2021-02-02
### Fixed
- Resolved lifetime issue introduced by new `impl Error for &E: Error` change
on nightly

<!-- next-url -->
[Unreleased]: https://github.com/yaahc/stable-eyre/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/yaahc/stable-eyre/releases/tag/v0.2.2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-eyre"
version = "0.2.1"
version = "0.2.2"
authors = ["Jane Lusby <jlusby@yaah.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//! [`eyre::EyreHandler`]: https://docs.rs/eyre/*/eyre/trait.EyreHandler.html
//! [`eyre`]: https://docs.rs/eyre
//! [`backtrace::Backtrace`]: https://docs.rs/backtrace/*/backtrace/struct.Backtrace.html
#![doc(html_root_url = "https://docs.rs/stable-eyre/0.2.1")]
#![doc(html_root_url = "https://docs.rs/stable-eyre/0.2.2")]
#![warn(
missing_debug_implementations,
missing_docs,
Expand Down

0 comments on commit 8b7c933

Please sign in to comment.