mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 13:31:29 +00:00
New minor version release for track caller fixes (#43)
* Update changelog * (cargo-release) version 0.6.3 * (cargo-release) start next development iteration 0.6.4-alpha.0
This commit is contained in:
parent
914da85eb5
commit
8e5d24a73f
@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [0.6.3] - 2020-11-10
|
||||
### Fixed
|
||||
- added missing track_caller annotation to autoref specialization functions
|
||||
|
||||
## [0.6.2] - 2020-10-27
|
||||
### Fixed
|
||||
- added missing track_caller annotation to new_adhoc function
|
||||
@ -18,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
|
||||
<!-- next-url -->
|
||||
[Unreleased]: https://github.com/yaahc/eyre/compare/v0.6.2...HEAD
|
||||
[Unreleased]: https://github.com/yaahc/eyre/compare/v0.6.3...HEAD
|
||||
[0.6.3]: https://github.com/yaahc/eyre/compare/v0.6.2...v0.6.3
|
||||
[0.6.2]: https://github.com/yaahc/eyre/compare/v0.6.1...v0.6.2
|
||||
[0.6.1]: https://github.com/yaahc/eyre/releases/tag/v0.6.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "eyre"
|
||||
version = "0.6.3-alpha.0"
|
||||
version = "0.6.4-alpha.0"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>", "Jane Lusby <jlusby42@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -283,7 +283,7 @@
|
||||
//! [`simple-eyre`]: https://github.com/yaahc/simple-eyre
|
||||
//! [`color-spantrace`]: https://github.com/yaahc/color-spantrace
|
||||
//! [`color-backtrace`]: https://github.com/athre0z/color-backtrace
|
||||
#![doc(html_root_url = "https://docs.rs/eyre/0.6.2")]
|
||||
#![doc(html_root_url = "https://docs.rs/eyre/0.6.3")]
|
||||
#![warn(
|
||||
missing_debug_implementations,
|
||||
missing_docs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user