Skip to content

Commit

Permalink
bumped changelog, version, and date
Browse files Browse the repository at this point in the history
  • Loading branch information
abargnesi committed Jul 6, 2016
1 parent 5305cdc commit f849355
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ All notable changes to rantly will be documented in this file. The curated log b

This project adheres to [Semantic Versioning](http://semver.org/).

## [0.4.0][0.4.0] - 2015-12-14
## [1.0.0][1.0.0] - 2016-07-06
### Added
- Trying harder to shrink collections instead of giving up on first success of property.
- Added convenience classes Static and Tuple for more control on shrinking
- Trying harder to shrink collections instead of giving up on first success of property (thanks [Eric Bischoff][Eric Bischoff]).
- Added convenience classes Deflating and Tuple for more control on shrinking (thanks [Eric Bischoff][Eric Bischoff]).
- Added usage examples for Deflating and Tuple shrinking strategies (thanks [Oleksii Fedorov][Oleksii Fedorov]).
- `Property#check` will now use the `RANTLY_COUNT` environment variable to control the number of values generated (thanks [Jamie English][Jamie English]).

### Major changes
- Array shrink was removed in favor of Tuple and Deflating.

## [0.3.2][0.3.2] - 2015-09-16
### Added
Expand All @@ -17,6 +22,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Improved readability and execution of test suite ([Issue #4][4]).
- Updates to documentation.

[0.4.0]: https://github.com/abargnesi/rantly/compare/0.3.2...0.4.0
[0.3.2]: https://github.com/abargnesi/rantly/compare/0.3.1...0.3.2
[4]: https://github.com/abargnesi/rantly/issues/13
[1.0.0]: https://github.com/abargnesi/rantly/compare/0.3.2...1.0.0
[0.3.2]: https://github.com/abargnesi/rantly/compare/0.3.1...0.3.2
[4]: https://github.com/abargnesi/rantly/issues/13
[Eric Bischoff]: https://github.com/Bischoff
[Jamie English]: https://github.com/english
[Oleksii Fedorov]: https://github.com/waterlink
4 changes: 2 additions & 2 deletions VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:build:
:major: 0
:minor: 4
:major: 1
:minor: 0
:patch: 0
6 changes: 3 additions & 3 deletions rantly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: rantly 0.4.0 ruby lib
# stub: rantly 1.0.0 ruby lib

Gem::Specification.new do |s|
s.name = "rantly"
s.version = "0.4.0"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Howard Yeh", "Anthony Bargnesi", "Eric Bischoff"]
s.date = "2015-12-14"
s.date = "2016-07-06"
s.email = ["[email protected]", "[email protected]", "[email protected]"]
s.extra_rdoc_files = [
"LICENSE",
Expand Down

0 comments on commit f849355

Please sign in to comment.