From d622c738d350ef8734fc662cbd39bae11e9d14d7 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Mon, 24 Apr 2017 20:09:17 -0700 Subject: [PATCH] Bump version to 0.5.1 --- CHANGELOG.md | 2 ++ scalpel-core/scalpel-core.cabal | 4 ++-- scalpel/scalpel.cabal | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d88215..039007a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## HEAD +## 0.5.1 + - Fix bug (#59, #54) in DFS traversal order. ## 0.5.0 diff --git a/scalpel-core/scalpel-core.cabal b/scalpel-core/scalpel-core.cabal index e9feb1d..3871d95 100644 --- a/scalpel-core/scalpel-core.cabal +++ b/scalpel-core/scalpel-core.cabal @@ -1,5 +1,5 @@ name: scalpel-core -version: 0.5.0 +version: 0.5.1 synopsis: A high level web scraping library for Haskell. description: Scalpel core provides a subset of the scalpel web scraping library that is @@ -24,7 +24,7 @@ source-repository head source-repository this type: git location: https://github.com/fimad/scalpel.git - tag: v0.5.0 + tag: v0.5.1 library other-extensions: diff --git a/scalpel/scalpel.cabal b/scalpel/scalpel.cabal index f8a0b7d..cb3b75a 100644 --- a/scalpel/scalpel.cabal +++ b/scalpel/scalpel.cabal @@ -1,5 +1,5 @@ name: scalpel -version: 0.5.0 +version: 0.5.1 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.5.0 + tag: v0.5.1 library other-extensions: @@ -38,7 +38,7 @@ library default-language: Haskell2010 build-depends: base >= 4.6 && < 5 - , scalpel-core == 0.5.0 + , scalpel-core == 0.5.1 , bytestring , curl >= 1.3.4 , data-default