Skip to content

Commit 2508fe7

Browse files
committed
Release 0.2.0
1 parent 9b1e0f4 commit 2508fe7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.2.0 (2016-03-19)
2+
3+
* More YAP compatible changes
4+
* Fix arbitrary/2 for between/2 with floats
5+
16
# v0.1.1 (2016-03-16)
27

38
* Make compatible with YAP

pack.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name(quickcheck).
22
title('QuickCheck randomized testing').
33

4-
version('0.1.1').
5-
download('https://github.com/mndrix/quickcheck/archive/v0.1.1.zip').
4+
version('0.2.0').
5+
download('https://github.com/mndrix/quickcheck/archive/v0.2.0.zip').
66

77
author('Michael Hendricks','[email protected]').
88
packager('Michael Hendricks','[email protected]').

0 commit comments

Comments
 (0)