Skip to content

Commit

Permalink
Bump version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Mar 10, 2015
1 parent 0a6d3c3 commit 08b08d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.1

* Add `acompare` functiona and `acompare'` method to `Alpha` typeclass. (christiaanb)

Handwritten `Alpha` instances will need to define this additional
method now. Major version bump.

# 0.0.3

* Add 'name2Integer' method (christiaanb)
Expand Down
2 changes: 1 addition & 1 deletion unbound-generics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: unbound-generics
version: 0.0.3
version: 0.1
synopsis: Reimplementation of Unbound using GHC Generics
description: Specify the binding structure of your data type with an
expressive set of type combinators, and unbound-generics
Expand Down

0 comments on commit 08b08d8

Please sign in to comment.