Skip to content

Commit

Permalink
Bump version to 2.0.2 & prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Nov 7, 2022
1 parent ba4d619 commit d4ac8f2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 2.0.2

### External changes

* Fix regression in `Mock#responds_like` behaviour - thanks to @adrianna-chang-shopify for reporting (#580,#583,ba4d619e)

## 2.0.1

### External changes
Expand Down Expand Up @@ -41,6 +47,12 @@ from the Ruby v1.8 standard library are no longer supported (#540,969f4845)
* Add missing `require` statement (73493761)
* Disable Style/Semicolon cop globally (8cd0b705)

## 1.16.1

### External changes

* Fix regression in `Mock#responds_like` behaviour - thanks to @adrianna-chang-shopify for reporting (#580,#583,77af2af1)

## 1.16.0

### External changes
Expand All @@ -52,6 +64,12 @@ from the Ruby v1.8 standard library are no longer supported (#540,969f4845)

* Remove redundant deprecation disabling in MockTest (dc8ca969)

## 1.15.1

### External changes

* Fix regression in `Mock#responds_like` behaviour - thanks to @adrianna-chang-shopify for reporting (#580,#583,c586a08c)

## 1.15.0

### 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.1'.freeze
VERSION = '2.0.2'.freeze
end

0 comments on commit d4ac8f2

Please sign in to comment.