Skip to content

Commit a4e9a0c

Browse files
committed
Target v3.0.0
1 parent 59ca010 commit a4e9a0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
22

3-
## [In Git](https://github.com/cucumber/cucumber-ruby-core/compare/3.0.0.pre.2...master)
3+
## [In Git](https://github.com/cucumber/cucumber-ruby-core/compare/3.0.0.pre.2...master) (targetting 3.0.0)
44

55
### Removed
66

7+
* Nothing yet...
8+
79
### Added
810

911
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Cucumber
33
module Core
44
class Version
55
def self.to_s
6-
"3.0.0.pre.2"
6+
"3.0.0"
77
end
88
end
99
end

0 commit comments

Comments
 (0)