From 8f3961fd5af2eb982125a000d05adc988348dbc8 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Mon, 12 Oct 2015 20:59:29 -0700 Subject: [PATCH] Bump version to 0.1.7.0 --- ChangeLog.md | 3 +++ stack.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 54c145ad15..0772ceb89b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ ## Unreleased changes + +## v0.1.6.0 + Major changes: * "stack setup" now supports building and booting GHCJS from source tarball. diff --git a/stack.cabal b/stack.cabal index 7772b525f4..216b537614 100644 --- a/stack.cabal +++ b/stack.cabal @@ -1,5 +1,5 @@ name: stack -version: 0.1.5.1 +version: 0.1.7.0 synopsis: The Haskell Tool Stack description: Please see the README.md for usage information, and the wiki on Github for more details. Also, note that