From d6833628858b9c85e8b56a266192cb16db6d6277 Mon Sep 17 00:00:00 2001 From: Harry Garrood Date: Mon, 14 Jan 2019 10:20:55 +0000 Subject: [PATCH] v0.7.1 --- CHANGELOG.md | 4 ++++ pursuit.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48dce94..6ce5bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Please see https://github.com/purescript/pursuit/blob/master/CHANGELOG.md for the most up-to-date version of this file. +## v0.7.1 + +* Build against version 0.12.2 of the PureScript compiler (@hdgarrood) + ## v0.7.0 * Build against version 0.12.0 of the PureScript compiler (@hdgarrood) diff --git a/pursuit.cabal b/pursuit.cabal index 04ea9b4..82cbc2c 100644 --- a/pursuit.cabal +++ b/pursuit.cabal @@ -1,5 +1,5 @@ name: pursuit -version: 0.7.0 +version: 0.7.1 cabal-version: >= 1.8 build-type: Simple license: MIT