Skip to content

Commit

Permalink
Bump version to 0.3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fimad committed Jan 31, 2016
1 parent 268798d commit 4b7b192
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## HEAD

## 0.3.0.1

- Make tag and attribute matching case-insensitive.

## 0.3.0

- Added benchmarks and many optimizations.
Expand Down
5 changes: 3 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
version: 0.3.0.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
tag: v0.3.0.1

library
other-extensions:
Expand Down Expand Up @@ -60,6 +60,7 @@ test-suite lib-tests
type: exitcode-stdio-1.0
main-is: TestMain.hs
hs-source-dirs: tests/
default-language: Haskell2010
build-depends:
HUnit
, base >= 4.6 && < 5
Expand Down

0 comments on commit 4b7b192

Please sign in to comment.