From 1d208ee9e3a252941ebd112e14e8cd5a982ac2bb Mon Sep 17 00:00:00 2001 From: Dan Doel <dan.doel@gmail.com> Date: Sun, 12 Mar 2017 23:05:35 -0400 Subject: [PATCH] Bump version and document changes --- changelog | 5 +++++ vector.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 83e48d4..3d824b7 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,8 @@ +Changes in version 0.12.0.1 + + * Make sure `length` can be inlined + * Include modules that test-suites depend on in other-modules + Changes in version 0.12.0.0 * Documentation fixes/additions diff --git a/vector.cabal b/vector.cabal index bcc5392..38c957d 100644 --- a/vector.cabal +++ b/vector.cabal @@ -1,5 +1,5 @@ Name: vector -Version: 0.12.0.0 +Version: 0.12.0.1 -- don't forget to update the changelog file! License: BSD3 License-File: LICENSE -- GitLab