Skip to content

Commit

Permalink
Release 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
os97673 committed Nov 6, 2013
1 parent 5b4ab4d commit 7d7222a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
##
[v1.3.x-bugfix](https://github.com/cucumber/cucumber/compare/v1.3.8...v1.3.x-bugfix)
[v1.3.9](https://github.com/cucumber/cucumber/compare/v1.3.8...v1.3.9)

* Disable minitest autorun after loading support files (@tooky)
* Add `Ast::Table#map_column` for non-mutating column mapping (@tooky)
* Remove deprecation warnings on `Ast::Table` (@tooky)
* Fixed ArgumentError for NoStepMatch#format_args ([587](https://github.com/cucumber/cucumber/pull/587) @jshraibman-mdsol)

## [v1.3.8](https://github.com/cucumber/cucumber/compare/v1.3.7...v1.3.8)

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.8'
VERSION = '1.3.9'
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 7d7222a

Please sign in to comment.