Skip to content

Commit

Permalink
Merge pull request tiny-http#109 from frewsxcv/bump
Browse files Browse the repository at this point in the history
0.5.0
  • Loading branch information
frewsxcv committed Nov 24, 2015
2 parents ce10419 + c5054df commit 6ac1c38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## 0.5.0

* HTTPS support
* https://github.com/frewsxcv/tiny-http/pull/107
* Rework the server creation API
* https://github.com/frewsxcv/tiny-http/pull/106

## 0.4.1

* Allow binding to a nic by specifying the socket address
* https://github.com/frewsxcv/tiny-http/pull/103

## 0.4.0

* Make Method into an enum instead of a character string
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 = "tiny_http"
version = "0.4.1"
version = "0.5.0"
authors = ["[email protected]",
"Corey Farwell <[email protected]>"]
description = "Low level HTTP server library"
Expand Down

0 comments on commit 6ac1c38

Please sign in to comment.