Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fimad committed May 27, 2016
1 parent c1dc1e7 commit 2cb612a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## HEAD

## 0.3.1

- Added the `innerHTML` and `innerHTMLs` scraper.
- Added the `match` function which allows for the creation of arbitrary
attribute predicates.
Expand Down
4 changes: 2 additions & 2 deletions scalpel.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: scalpel
version: 0.3.0.1
version: 0.3.1
synopsis: A high level web scraping library for Haskell.
description:
Scalpel is a web scraping library inspired by libraries like Parsec and
Expand All @@ -24,7 +24,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/fimad/scalpel.git
tag: v0.3.0.1
tag: v0.3.1

library
other-extensions:
Expand Down

0 comments on commit 2cb612a

Please sign in to comment.