Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Bhargava committed Apr 24, 2017
1 parent a198313 commit 98cad25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## v0.16.0 (unreleased)
## v0.16.0

- Support for Ruby 1.8 has been discontinued - [#256](https://github.com/egonSchiele/contracts.ruby/pull/256)
- Add a `Contracts::Attrs` module containing attribute w/ contracts utilities - [#255](https://github.com/egonSchiele/contracts.ruby/pull/255)
- Fix StrictHash contract for extra keys - [#254](https://github.com/egonSchiele/contracts.ruby/pull/254)
- **Support for Ruby 1.8 has been discontinued** - [Corey Farwell](https://github.com/frewsxcv) [#256](https://github.com/egonSchiele/contracts.ruby/pull/256)
- Enhancement: Add a `Contracts::Attrs` module containing attribute w/ contracts utilities - [Corey Farwell](https://github.com/frewsxcv) [#255](https://github.com/egonSchiele/contracts.ruby/pull/255)
- Bugfix: Fix StrictHash contract for extra keys - [Maciej Malecki](https://github.com/smt116) [#254](https://github.com/egonSchiele/contracts.ruby/pull/254)

## v0.15.0
- Bugfix: Func contract's return value isn't enforced with blocks - [Piotr Szmielew](https://github.com/esse) [#251](https://github.com/egonSchiele/contracts.ruby/pull/251)
Expand Down
2 changes: 1 addition & 1 deletion lib/contracts/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Contracts
VERSION = "0.15.0"
VERSION = "0.16.0"
end

0 comments on commit 98cad25

Please sign in to comment.