Skip to content

Commit

Permalink
Bump version to 2.0.0.alpha.1 & prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Oct 18, 2022
1 parent 77c0d4c commit 90e1157
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 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

### External changes
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'.freeze
VERSION = '2.0.0.alpha.1'.freeze
end

0 comments on commit 90e1157

Please sign in to comment.