Skip to content

Commit

Permalink
Prepare for 0.5.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Dec 7, 2016
1 parent 4e7c504 commit 9b2fdda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changes

## 0.5.6

* Update link to documentation
* https://github.com/frewsxcv/tiny-http/pull/123
* Fix websockets
* https://github.com/frewsxcv/tiny-http/pull/124
* Drop the request reader earlier
* https://github.com/frewsxcv/tiny-http/pull/125

## 0.5.5

* Start using the log crate
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tiny_http"
version = "0.5.5"
version = "0.5.6"
authors = ["pierre.krieger1708@gmail.com",
"Corey Farwell <coreyf@rwell.org>"]
description = "Low level HTTP server library"
Expand Down

3 comments on commit 9b2fdda

@tomaka
Copy link
Member

@tomaka tomaka commented on 9b2fdda Dec 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to publish it and forgot/got an error? Or is this commit just a preparation for another day?

@tomaka
Copy link
Member

@tomaka tomaka commented on 9b2fdda Dec 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I published it.

@frewsxcv
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I meant to publish it. I had flakey internet at the time and I guess I didn't verify it was successful. Thanks for publishing!

Please sign in to comment.