From 750e468952d030bfc54f68222112ea16285e19f5 Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Fri, 7 Dec 2018 10:00:48 -0800 Subject: [PATCH] Bump version to 0.8.0 The Package Version Policy (https://pvp.haskell.org/) dictates that any API-breaking change should result in a bump of the /major version number/. Unfortunately, I violated this in several of my previous PRs, bumping only the minor versions even when the changes were breaking. This is an attempt to patch that mistake up. --- llvm-pretty.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-pretty.cabal b/llvm-pretty.cabal index cebe3c9..88f9b70 100644 --- a/llvm-pretty.cabal +++ b/llvm-pretty.cabal @@ -1,5 +1,5 @@ Name: llvm-pretty -Version: 0.7.7 +Version: 0.8.0 License: BSD3 License-file: LICENSE Author: Trevor Elliott