Skip to content

Commit

Permalink
Prepare version 1.2.0
Browse files Browse the repository at this point in the history
== New features ==
- Allow to generate floats using Gaussian distribution
  - Issue #29
  - thanks @Ana06 and @vicgalle
== Bug fixes ==
- `NoMethodError` - undefined method `retry?` - when a test using `dict` fails
  - Issue #39
  - thanks @Ana06
== Changes ==
- Correct typo in _Too many tries_ message
  - thanks @Ana06
  • Loading branch information
Ana06 committed Aug 29, 2018
1 parent a8c430f commit 58e60e0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ All notable changes to rantly will be documented in this file. The curated log b

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

## [1.2.0](https://github.com/abargnesi/rantly/compare/1.1.0...1.2.0) - 2018-08-29
### New features
- Allow to generate floats using Gaussian distribution
- [Issue #29](https://github.com/rantly-rb/rantly/issues/29)
- thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] and [Víctor Gallego][Víctor Gallego]
### Bug fixes
- `NoMethodError` - undefined method `retry?` - when a test using `dict` fails
- [Issue #39](https://github.com/rantly-rb/rantly/issues/39)
- thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]
### Changes
- Correct typo in _Too many tries_ message
- thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]


## [1.1.0][1.1.0] - 2017-04-18
### Improved
- Include failed example and number of example run in failure message.
Expand Down Expand Up @@ -44,3 +58,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[Jamie English]: https://github.com/english
[Oleksii Fedorov]: https://github.com/waterlink
[Ana María Martínez Gómez]: https://github.com/Ana06
[Víctor Gallego]: https://github.com/vicgalle
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:build:
:major: 1
:minor: 1
:minor: 2
:patch: 0
2 changes: 1 addition & 1 deletion rantly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = "rantly"
s.summary = "Ruby Imperative Random Data Generator and Quickcheck"
s.homepage = "https://github.com/rantly-rb/rantly"
s.version = "1.1.0"
s.version = "1.2.0"
s.license = "MIT"
s.require_paths = ["lib"]
s.authors = ["Ana María Martínez Gómez", "Howard Yeh", "Anthony Bargnesi", "Eric Bischoff"]
Expand Down

0 comments on commit 58e60e0

Please sign in to comment.