Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Jul 22, 2018
1 parent ac5caa1 commit b854dff
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.1.0 / 2018-07-21

* Breaking changes:
* None

* Minor enhancements / new functionality:
* [GitHub] Added configuration for Stale (Per Lundberg #232)
* follow_direct: Include rack.session.options (Mark Edmondson #233)
* [CI] Add simplecov (fatkodima #227)

Bug fixes:
* Follow relative locations correctly. (Samuel Williams #230)

## 1.0.0 / 2018-03-27

* Breaking changes:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,7 @@ Contributions are welcome. Please make sure to:

* Ensure `History.md` is up-to-date
* Bump VERSION in lib/rack/test/version.rb
* `git commit . -m 'Release 1.1.0'`
* `git push`
* bundle exec thor :release
* Updated the [GitHub releases page](https://github.com/rack-test/rack-test/releases)
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 = '1.0.0'.freeze
VERSION = '1.1.0'.freeze
end
end

0 comments on commit b854dff

Please sign in to comment.