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:
Jane Lusby 2020-11-11 15:48:38 -08:00 committed by GitHub
parent 914da85eb5
commit 8e5d24a73f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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,