Skip to content

Commit

Permalink
Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Feb 19, 2012
1 parent caf7dcb commit ac90e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions History.md
@@ -1,15 +1,15 @@
## [v1.1.6](https://github.com/cucumber/cucumber/compare/v1.1.5...v1.1.6)

### New features

* Added `file_colon_line` to `stepdefs.json` (outputted by `--dotcucumber`). ([#214](https://github.com/cucumber/cucumber/pull/214) MOROHASHI Kyosuke)

## [v1.1.6](https://github.com/cucumber/cucumber/compare/v1.1.5...v1.1.6)

### Bugfixes

* Release 1.1.5 unintentionally broke backwards compatibility in some APIs we hadn't considered were used outside of cucumber.
Well, it was, in the popular Capybara browser automation tool, so we added back the API we removed. See the history for details. (Aslak Hellesøy)
* After some infantile bickering about a trivial bug that any hipster startup ruby programmer could have circumvented by using a fork with a fix,
I finally sucked up to a horde of "people who report to more important people" and made HTML reports work again. ([]() )
I finally sucked up to a horde of people and made HTML reports work again (I'm gonna rename them TPS reports). ([#203](https://github.com/cucumber/cucumber/pull/203) Jon Merrifield)

## [v1.1.5](https://github.com/cucumber/cucumber/compare/v1.1.4...v1.1.5)

Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber/platform.rb
Expand Up @@ -4,7 +4,7 @@

module Cucumber
unless defined?(Cucumber::VERSION)
VERSION = '1.1.5'
VERSION = '1.1.6'
BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber')
LIBDIR = File.expand_path(File.dirname(__FILE__) + '/../../lib')
JRUBY = defined?(JRUBY_VERSION)
Expand Down

0 comments on commit ac90e97

Please sign in to comment.