Skip to content

Commit e339f8f

Browse files
Point releases for per-project changelogs
1 parent 40908fe commit e339f8f

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed

core/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
Version 0.10.0.2
5+
----------------
6+
7+
Split the changelog into per-project changelogs
8+
49
Version 0.10.0.1
510
----------------
611

core/tasty.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- see http://haskell.org/cabal/users-guide/
33

44
name: tasty
5-
version: 0.10.0.1
5+
version: 0.10.0.2
66
synopsis: Modern and extensible testing framework
77
description: Tasty is a modern testing framework for Haskell.
88
It lets you combine your unit tests, golden

hunit/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
Version 0.9.0.1
5+
---------------
6+
7+
Split the changelog out of the main tasty changelog
8+
49
Version 0.9
510
-----------
611

hunit/tasty-hunit.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: tasty-hunit
5-
version: 0.9
5+
version: 0.9.0.1
66
synopsis: HUnit support for the Tasty test framework.
77
description: HUnit support for the Tasty test framework.
88
license: MIT

smallcheck/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changes
33
=======
44

5+
Version 0.8.0.1
6+
---------------
7+
8+
Split the changelog out of the main tasty changelog
9+
510
Version 0.8
611
-----------
712

smallcheck/tasty-smallcheck.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tasty-smallcheck
2-
Version: 0.8
2+
Version: 0.8.0.1
33
Cabal-Version: >= 1.6
44
Category: Testing
55
Synopsis: SmallCheck support for the Tasty test framework.

0 commit comments

Comments
 (0)