We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ca010 commit a4e9a0cCopy full SHA for a4e9a0c
CHANGELOG.md
@@ -1,9 +1,11 @@
1
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
2
3
-## [In Git](https://github.com/cucumber/cucumber-ruby-core/compare/3.0.0.pre.2...master)
+## [In Git](https://github.com/cucumber/cucumber-ruby-core/compare/3.0.0.pre.2...master) (targetting 3.0.0)
4
5
### Removed
6
7
+* Nothing yet...
8
+
9
### Added
10
11
* Do not create test cases for scenarios with no steps ([#144](https://github.com/cucumber/cucumber-ruby-core/pull/144) @brasmusson)
lib/cucumber/core/version.rb
@@ -3,7 +3,7 @@ module Cucumber
module Core
class Version
def self.to_s
- "3.0.0.pre.2"
+ "3.0.0"
end
0 commit comments