Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
- Breaking changes
 - Remove Object#namespace [#20]

- Other changes
  - Add ability to pass a transformation block to element_counts [#21]
  - Array#include_any? and friends now accept a single argument Array.
    [#18]
  - Upgraded to RSpec 3 [#16]
  - Added CHANGELOG.md!
  • Loading branch information
Fryguy committed Dec 2, 2015
1 parent 1275ada commit 28b063e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2015-12-02
### Breaking changes
- Remove Object#namespace [#20]

### Other changes
- Add ability to pass a transformation block to element_counts [#21]
- Array#include_any? and friends now accept a single argument Array. [#18]
- Upgraded to RSpec 3 [#16]
- Added the Change Log!
2 changes: 1 addition & 1 deletion lib/more_core_extensions/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MoreCoreExtensions
VERSION = "1.2.0"
VERSION = "2.0.0"
end

0 comments on commit 28b063e

Please sign in to comment.