Skip to content

Commit

Permalink
Bump version to 0.4, add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Oct 21, 2016
1 parent ac62335 commit 0f923fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 0.3.2
# 0.4

* Renamed `Nat` constructor to `NT`
* Renamed `run` constructor to `unwrapNT`
* Renamed `nat` constructor to `wrapNT`
* Backport the `Semigroup` instance for `(:~>)` by conditionally depending on
the `semigroups` package

Expand Down
4 changes: 2 additions & 2 deletions natural-transformation.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: natural-transformation
version: 0.3.2
version: 0.4
synopsis: A natural transformation package.
description: A natural transformation transforms a container @f a@ into another
container @g a@. Natural transformations act as functor morphisms
Expand Down Expand Up @@ -43,7 +43,7 @@ test-suite natural-transformation-properties
main-is: Properties.hs
build-depends: base >= 4.7 && < 5
, containers >= 0.1 && < 0.6
, natural-transformation == 0.3.2
, natural-transformation == 0.4
, quickcheck-instances >= 0.1 && < 0.4
, tasty >= 0.8 && < 0.12
, tasty-quickcheck >= 0.8 && < 0.9
Expand Down

0 comments on commit 0f923fb

Please sign in to comment.