Skip to content

Commit

Permalink
Bump version to 0.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jan 30, 2017
1 parent f6381a1 commit bbc7224
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,3 +1,12 @@
# Changelog

- 0.8.0.0 (2017-01-30)
* Make `MarkupM` finally adhere to the Monad laws
* Stricten the `IsString` instance to only work with `MarkupM ()` and not
`MarkupM a`
* Change the type of `contents` to `MarkupM a -> MarkupM a`
* Add a `Semigroup` instance for `MarkupM`

- 0.7.1.1
* Bump `HUnit` dependency to allow 1.5

Expand Down
2 changes: 1 addition & 1 deletion blaze-markup.cabal
@@ -1,5 +1,5 @@
Name: blaze-markup
Version: 0.7.1.1
Version: 0.8.0.0
Homepage: http://jaspervdj.be/blaze
Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues
License: BSD3
Expand Down

0 comments on commit bbc7224

Please sign in to comment.