Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Mar 20, 2011
1 parent bc57481 commit 4f47460
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion History.txt
@@ -1,4 +1,4 @@
== In Git
== 0.10.1 (2011-03-20)

=== New Features
* The #embed method can take a 3rd optional label argument. In the HTML report that's used for the link title. (Pat Leamon)
Expand All @@ -14,6 +14,7 @@
* Relax gem dependencies to use >= instead of ~> (Rob Slifka, Aslak Hellesøy)

=== Bugfixes
* Missing methods in Runtime::ForProgrammingLanguages - make v8 example run again (Chris Mytton)
* Features files are sorted before they are executed, giving consistent results accross different OSes (Guewen Baconnier)
* Remove duplicate lines in backtraces in the HTML report (Jari Bakken)

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 = '0.10.0'
VERSION = '0.10.1'
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 4f47460

Please sign in to comment.