From 99ba955dfabaf3afccec222df631e4f5a083b9ce Mon Sep 17 00:00:00 2001 From: Will Coster Date: Sun, 16 Oct 2016 17:39:54 -0700 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 2 ++ scalpel.cabal | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7b0a8..559f3f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## HEAD +## 0.4.0 + - Add the `chroot` tricks (#23 and #25) to README.md and added examples. - Fix backtracking that occurs when using `guard` and `chroot`. - Fix bug where the same tag may appear in the result set multiple times. diff --git a/scalpel.cabal b/scalpel.cabal index ca1374c..bc811b3 100644 --- a/scalpel.cabal +++ b/scalpel.cabal @@ -1,5 +1,5 @@ name: scalpel -version: 0.3.1 +version: 0.4.0 synopsis: A high level web scraping library for Haskell. description: Scalpel is a web scraping library inspired by libraries like Parsec and @@ -24,7 +24,7 @@ source-repository head source-repository this type: git location: https://github.com/fimad/scalpel.git - tag: v0.3.1 + tag: v0.4.0 library other-extensions: