diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b981ddc1..6c98ca57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview ## [Unreleased] +## [0.5.1] - 2019-12-20 + +[API Documentation](https://docs.rs/tide/0.5.1/tide) + +This fixes a rendering issue on docs.rs. + +## Fixes + +- Fix a rendering issue on docs.rs [(#376)](https://github.com/http-rs/tide/pull/376) + ## [0.5.0] - 2019-12-20 [API Documentation](https://docs.rs/tide/0.5.0/tide) diff --git a/Cargo.toml b/Cargo.toml index eee41c918..88258fb62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tide" -version = "0.5.0" +version = "0.5.1" description = "Serve the web – HTTP server framework" authors = [ "Aaron Turon ",