From 7b40a372e87624f37148b91a4e29baf5a040c736 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Tue, 1 Sep 2015 18:03:36 -0700 Subject: [PATCH] Bump version to 0.2.1.1 --- CHANGELOG.md | 2 ++ scalpel.cabal | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc96c86..2374244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## HEAD +## 0.2.1.1 + - Cleanup stale instance references in documentation of TagName and AttributeName. diff --git a/scalpel.cabal b/scalpel.cabal index c8d5952..a71fa00 100644 --- a/scalpel.cabal +++ b/scalpel.cabal @@ -1,5 +1,5 @@ name: scalpel -version: 0.2.1 +version: 0.2.1.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.2.1 + tag: v0.2.1.1 library other-extensions: