Skip to content

Commit

Permalink
Updating version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Apr 23, 2018
1 parent ee85a58 commit 481fbfc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bv-little.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 10 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### v0.1.1.0
### Unreleased changes

* None

### [v0.1.1][1]

* Updated to well-typed internal representation

Expand All @@ -7,7 +11,7 @@
* Increased test suite coverage


### v0.1.0.0
### [v0.1.0][0]

* Created instances of applicable typeclass instances

Expand All @@ -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

0 comments on commit 481fbfc

Please sign in to comment.