Skip to content

Commit

Permalink
Merge pull request #377 from http-rs/0.5.1
Browse files Browse the repository at this point in the history
0.5.1
  • Loading branch information
yoshuawuyts committed Dec 20, 2019
2 parents c11895f + ba9955d commit 8ccd50b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <aturon@mozilla.com>",
Expand Down

0 comments on commit 8ccd50b

Please sign in to comment.