From e294af2f3df5f0c3e755b42a65371ee38703fe27 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Sun, 23 Oct 2022 14:22:47 -0700 Subject: [PATCH] Bump version to 0.6.2.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 7c11517..fdbe9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## HEAD +## 0.6.2.1 + - Match Content-Type case-insensitively. ## 0.6.2 diff --git a/scalpel-core/scalpel-core.cabal b/scalpel-core/scalpel-core.cabal index 53fd7b9..8d832db 100644 --- a/scalpel-core/scalpel-core.cabal +++ b/scalpel-core/scalpel-core.cabal @@ -1,5 +1,5 @@ name: scalpel-core -version: 0.6.2 +version: 0.6.2.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.6.2 + tag: v0.6.2.1 library other-extensions: diff --git a/scalpel/scalpel.cabal b/scalpel/scalpel.cabal index e909c10..bfdf8c2 100644 --- a/scalpel/scalpel.cabal +++ b/scalpel/scalpel.cabal @@ -1,5 +1,5 @@ name: scalpel -version: 0.6.2 +version: 0.6.2.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.6.2 + tag: v0.6.2.1 library other-extensions: @@ -38,7 +38,7 @@ library default-language: Haskell2010 build-depends: base >= 4.6 && < 5 - , scalpel-core == 0.6.2 + , scalpel-core == 0.6.2.1 , bytestring , case-insensitive , data-default