From 481fbfc11da708fa7d743b1dd45e6811e8fcfb8a Mon Sep 17 00:00:00 2001 From: Alex Washburn Date: Mon, 23 Apr 2018 14:29:30 -0400 Subject: [PATCH] Updating version [skip ci] --- bv-little.cabal | 2 +- changelog.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bv-little.cabal b/bv-little.cabal index 8c381a8..302e004 100644 --- a/bv-little.cabal +++ b/bv-little.cabal @@ -1,5 +1,5 @@ name: bv-little -version: 0.1.0.0 +version: 0.1.1 synopsis: Efficient little-endian bit vector library category: Data, Bit Vectors license: BSD3 diff --git a/changelog.md b/changelog.md index cd4d09b..506e12b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ -### v0.1.1.0 +### Unreleased changes + + * None + +### [v0.1.1][1] * Updated to well-typed internal representation @@ -7,7 +11,7 @@ * Increased test suite coverage -### v0.1.0.0 +### [v0.1.0][0] * Created instances of applicable typeclass instances @@ -16,3 +20,7 @@ * Added basic test suite * Added stub benchmark + + +[0]: https://github.com/recursion-ninja/bv-little/tree/v0.1.0 +[1]: https://github.com/recursion-ninja/bv-little/tree/v0.1.1