Skip to content

Commit 8cbba1a

Browse files
bump: 0.2.2.0
1 parent cd8f782 commit 8cbba1a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog for hspec-golden
2+
## 0.2.2.0
3+
#### Add
4+
* `golden` helper to write tests
5+
26
## 0.2.1.1
37
#### Add
48
* Add colors to hspec-golden CLI tool.

hspec-golden.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hspec-golden
8-
version: 0.2.1.1
8+
version: 0.2.2.0
99
synopsis: Golden tests for hspec
1010
description: .
1111
Golden tests store the expected output in a separated file. Each time a golden test

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hspec-golden
2-
version: 0.2.1.1
2+
version: 0.2.2.0
33
github: "stackbuilders/hspec-golden"
44
license: MIT
55
author: "Stack Builders"

0 commit comments

Comments
 (0)