Skip to content

Commit

Permalink
Bump version to 1.15.0 & prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Sep 21, 2022
1 parent d752f09 commit bf6d2ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release Notes

## 1.15.0

### External changes

* Fix examples using mock constructor with block (1cc17667)
* Add another example for `API#sequence` (b7a7d233, #59)
* Remove support for Ruby v1.8 (ddb5d672)
* Deprecate support for Ruby versions earlier than v2.0 - thanks to @wasabigeek (#553, #555)

### Internal changes

* Update instructions for obtaining Rubygems API key (ed9c040a)
* Consistent definitions for `respond_to?` methods (#533)
* Run test tasks before release tasks (92a1bc6e, #447)
* Fix test:performance Rake task (#538, #539)
* Tidying following removal of support for Ruby v1.8 - thanks to @nitishr (#542)
* Remove `ParametersMatcher` from `Invocation#call_description` - thanks to @wasabigeek (#543)
* Remove unnecessary splatting in Invocation - thanks to @wasabigeek (#549)
* Extract `handle_method_call` from `method_missing` - thanks to @wasabigeek (#550)

## 1.14.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 = '1.14.0'.freeze
VERSION = '1.15.0'.freeze
end

0 comments on commit bf6d2ab

Please sign in to comment.