Skip to content

Commit

Permalink
Release 1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sukhodolsky committed Mar 28, 2014
1 parent 2e7a989 commit 27582e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [v1.3.14](https://github.com/cucumber/cucumber/compare/v1.3.13...v1.3.14)

* Rerun formatter includes all scenarios when the background fails
([660](https://github.com/cucumber/cucumber/issues/660),
[661](https://github.com/cucumber/cucumber/pull/661) @brasmusson)

## [v1.3.13](https://github.com/cucumber/cucumber/compare/v1.3.12...v1.3.13)

* Rerun formatter includes all scenarios when the background fails
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module Cucumber
unless defined?(Cucumber::VERSION)
VERSION = '1.3.13'
VERSION = '1.3.14'
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 27582e6

Please sign in to comment.