From 1c08976d87453b52be3f64157ef9975a80f32289 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 31 May 2021 01:40:34 +0200 Subject: [PATCH] Release v0.1.5 --- CHANGELOG.md | 12 ++++++++++-- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6a133..d46a65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/althonos/blanket/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/althonos/blanket/compare/v0.1.5...HEAD -## [v0.1.4] - 2021-05-31 +## [v0.1.5] - 2021-05-31 + +[v0.1.5]: https://github.com/althonos/blanket/compare/v0.1.4...v0.1.5 + +### Fixed +- Regression in `v0.1.4` causing trait-associated lifetimes to be erased. + + +## [v0.1.4] - 2021-05-31 - YANKED [v0.1.4]: https://github.com/althonos/blanket/compare/v0.1.3...v0.1.4 diff --git a/Cargo.toml b/Cargo.toml index 3429380..9cb2d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blanket" -version = "0.1.4" +version = "0.1.5" authors = ["Martin Larralde "] edition = "2018" license = "MIT"