Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Mar 28, 2018
1 parent 2f37478 commit 72fc72d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## master
## 1.0.0 / 2018-03-27

* Minor enhancements
* Breaking changes:
* Always set CONTENT_TYPE for non-GET requests
(Per Lundberg #223)

* Minor enhancements / bug fixes:
* Create tempfile using the basename without extension
(Edouard Chin #201)
* Save `session` during `follow_redirect!`
(Alexander Popov #218)
* Document how to use URL params with DELETE method
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/test/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rack
module Test
VERSION = '0.8.3'.freeze
VERSION = '1.0.0'.freeze
end
end

0 comments on commit 72fc72d

Please sign in to comment.