Skip to content

Commit c228279

Browse files
committed
Merge forgotten 'Release 1.1.1' commit into master
2 parents fb3dd65 + bf04960 commit c228279

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 1.1.1 (2022-01-29)
2+
3+
* Support using fixed seed via `HEDGEHOG_SEED` ([#446][446], [@simfleischman][simfleischman] / [@moodmosaic][moodmosaic])
4+
* Better 'cover' example code in haddocks ([#423][423], [@jhrcek][jhrcek])
5+
16
## Version 1.1 (2022-01-27)
27

38
- Replace HTraversable with TraversableB (from barbies) ([#412][412], [@ocharles][ocharles])
@@ -234,18 +239,26 @@
234239
https://github.com/utdemir
235240
[patrickt]:
236241
https://github.com/patrickt
242+
[simfleischman]:
243+
https://github.com/simfleischman
244+
[jhrcek]:
245+
https://github.com/jhrcek
237246

238247

248+
[446]:
249+
https://github.com/hedgehogqa/haskell-hedgehog/pull/446
239250
[436]:
240251
https://github.com/hedgehogqa/haskell-hedgehog/pull/436
241-
[421]:
242-
https://github.com/hedgehogqa/haskell-hedgehog/pull/421
252+
[423]:
253+
https://github.com/hedgehogqa/haskell-hedgehog/pull/423
243254
[415]:
244255
https://github.com/hedgehogqa/haskell-hedgehog/pull/415
245256
[414]:
246257
https://github.com/hedgehogqa/haskell-hedgehog/pull/414
247258
[413]:
248259
https://github.com/hedgehogqa/haskell-hedgehog/pull/413
260+
[412]:
261+
https://github.com/hedgehogqa/haskell-hedgehog/pull/412
249262
[409]:
250263
https://github.com/hedgehogqa/haskell-hedgehog/pull/409
251264
[408]:

hedgehog/hedgehog.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.1
1+
version: 1.1.1
22

33
name:
44
hedgehog

0 commit comments

Comments
 (0)