Skip to content

Commit

Permalink
Bump version to 2.0.0 & prepare for release
Browse files Browse the repository at this point in the history
Note that the release notes from the v2.0.0.alpha & v2.0.0.alpha.1
pre-releases have been combined into the notes for v2.0.0.
  • Loading branch information
floehopper committed Nov 1, 2022
1 parent 0075824 commit fcd5450
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Release Notes

## 2.0.0.alpha.1

### External changes

* Improve strict keyword argument matching deprecation warning by including the source location of the stub definition (77c0d4cc)

### Internal changes

* Disable Style/Semicolon cop globally (8cd0b705)

## 2.0.0.alpha
## 2.0.0

### External changes

Expand All @@ -29,6 +19,8 @@ from the Ruby v1.8 standard library are no longer supported (#540,969f4845)
* Expand `Expectation#with` docs re keyword arguments (fed6808d)
* Improve docs for `strict_keyword_argument_matching` (8d8f881d)
* Remove deprecated Rails plugin `init.rb` file (1c617175)
* Improve strict keyword argument matching deprecation warning by including the source location of the stub definition (77c0d4cc)
* Add README section re semantic versioning (00758246)

### Internal changes

Expand All @@ -41,6 +33,7 @@ from the Ruby v1.8 standard library are no longer supported (#540,969f4845)
* More consistent Test::Unit & Minitest integration (27dd3817)
* Remove redundant `require` statements (d82218a8,fa17b114)
* Add missing `require` statement (73493761)
* Disable Style/Semicolon cop globally (8cd0b705)

## 1.16.0

Expand Down
2 changes: 1 addition & 1 deletion lib/mocha/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mocha
VERSION = '2.0.0.alpha.1'.freeze
VERSION = '2.0.0'.freeze
end

0 comments on commit fcd5450

Please sign in to comment.