Skip to content

Commit

Permalink
Bump version to 1.0.0.pre5 and update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 20, 2015
1 parent 156e714 commit 2b41a71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@
([@tarcieri])

* [#278](https://github.com/httprb/http/pull/278)
Use an options hash for HTTP::Request's initializer API.
Use an options hash for HTTP::Request initializer API.
([@ixti])

* [#279](https://github.com/httprb/http/pull/279)
Send headers and body in one write if possible.
This avoids a pathological case in Nagle's algorithm.
([@tarcieri])

## 0.9.8 (2015-09-29)

Expand Down
2 changes: 1 addition & 1 deletion lib/http/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HTTP
VERSION = "1.0.0.pre4".freeze
VERSION = "1.0.0.pre5".freeze
end

0 comments on commit 2b41a71

Please sign in to comment.