Skip to content

Commit

Permalink
Prepare to release v1.4.0
Browse files Browse the repository at this point in the history
This is a minor release, not just a patch release, because it introduces
at least one new deprecation. This is the approach recommended [1] by
the Semantic Versioning website:

> 7. Minor version Y (x.Y.z | x > 0) MUST be incremented if any public
> API functionality is marked as deprecated.

[1]: http://semver.org/#spec-item-7
  • Loading branch information
floehopper committed Mar 20, 2018
1 parent 602fa7b commit c0f7b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## Unreleased
## 1.4.0

* Fix deprecation warning for `assert_nil` in `ClassMethodTest` (#308 & #309)
* Display file and line number in deprecation warning - thanks to @chrisarcand (#310, #312 & #313)
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.3.0"
VERSION = "1.4.0"
end

0 comments on commit c0f7b9d

Please sign in to comment.