Skip to content

Commit

Permalink
Merge pull request #20 from brandonchinn178/release-0.3
Browse files Browse the repository at this point in the history
Release 0.3
  • Loading branch information
brandonchinn178 committed Jul 13, 2022
2 parents b0cfb75 + 17241ae commit 4f4dd9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.3.0.0

* Fix bug when omitting signature after specifying a signature for a prior test
* Add support for `_expectFail`, `_expectFailBecause`, `_ignoreTest`, `_ignoreTestBecause` suffixes

Expand Down
2 changes: 0 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ To release a new version, do the following workflow:

1. Curate `CHANGELOG.md`, adding a `vX.Y.Z` section (but keep the `Unreleased` section)

1. Add comments to new features indicating when it was added (e.g. `@since v2.0.0`)

1. Run `stack haddock` or `cabal haddock` and skim through documentation

1. Create PR as usual and merge into `main`
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tasty-autocollect
version: 0.2.0.0
version: 0.3.0.0
category: Testing
synopsis: Autocollection of tasty tests.
description: Autocollection of tasty tests. See README.md for more details.
Expand Down
2 changes: 1 addition & 1 deletion tasty-autocollect.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: tasty-autocollect
version: 0.2.0.0
version: 0.3.0.0
synopsis: Autocollection of tasty tests.
description: Autocollection of tasty tests. See README.md for more details.
category: Testing
Expand Down

0 comments on commit 4f4dd9c

Please sign in to comment.