mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 04:50:50 +00:00
parent
3eedb84fe0
commit
f4ebce4518
@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [0.6.7] - 2022-02-24
|
||||||
|
### Fixed
|
||||||
|
- added missing track_caller annotation to new format arg capture constructor
|
||||||
|
|
||||||
## [0.6.6] - 2022-01-19
|
## [0.6.6] - 2022-01-19
|
||||||
### Added
|
### Added
|
||||||
- add support for format arguments capture on 1.58 and later
|
- add support for format arguments capture on 1.58 and later
|
||||||
@ -34,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
|
|
||||||
<!-- next-url -->
|
<!-- next-url -->
|
||||||
[Unreleased]: https://github.com/yaahc/eyre/compare/v0.6.6...HEAD
|
[Unreleased]: https://github.com/yaahc/eyre/compare/v0.6.7...HEAD
|
||||||
|
[0.6.7]: https://github.com/yaahc/eyre/compare/v0.6.6...v0.6.7
|
||||||
[0.6.6]: https://github.com/yaahc/eyre/compare/v0.6.5...v0.6.6
|
[0.6.6]: https://github.com/yaahc/eyre/compare/v0.6.5...v0.6.6
|
||||||
[0.6.5]: https://github.com/yaahc/eyre/compare/v0.6.4...v0.6.5
|
[0.6.5]: https://github.com/yaahc/eyre/compare/v0.6.4...v0.6.5
|
||||||
[0.6.4]: https://github.com/yaahc/eyre/compare/v0.6.3...v0.6.4
|
[0.6.4]: https://github.com/yaahc/eyre/compare/v0.6.3...v0.6.4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "eyre"
|
name = "eyre"
|
||||||
version = "0.6.6"
|
version = "0.6.7"
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>", "Jane Lusby <jlusby42@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>", "Jane Lusby <jlusby42@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -296,7 +296,7 @@
|
|||||||
//! [`simple-eyre`]: https://github.com/yaahc/simple-eyre
|
//! [`simple-eyre`]: https://github.com/yaahc/simple-eyre
|
||||||
//! [`color-spantrace`]: https://github.com/yaahc/color-spantrace
|
//! [`color-spantrace`]: https://github.com/yaahc/color-spantrace
|
||||||
//! [`color-backtrace`]: https://github.com/athre0z/color-backtrace
|
//! [`color-backtrace`]: https://github.com/athre0z/color-backtrace
|
||||||
#![doc(html_root_url = "https://docs.rs/eyre/0.6.6")]
|
#![doc(html_root_url = "https://docs.rs/eyre/0.6.7")]
|
||||||
#![warn(
|
#![warn(
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
missing_docs,
|
missing_docs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user