We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee85a58 commit 481fbfcCopy full SHA for 481fbfc
bv-little.cabal
@@ -1,5 +1,5 @@
1
name: bv-little
2
-version: 0.1.0.0
+version: 0.1.1
3
synopsis: Efficient little-endian bit vector library
4
category: Data, Bit Vectors
5
license: BSD3
changelog.md
@@ -1,4 +1,8 @@
-### v0.1.1.0
+### Unreleased changes
+
+ * None
+### [v0.1.1][1]
6
7
* Updated to well-typed internal representation
8
@@ -7,7 +11,7 @@
11
* Increased test suite coverage
12
9
13
10
-### v0.1.0.0
14
+### [v0.1.0][0]
15
16
* Created instances of applicable typeclass instances
17
@@ -16,3 +20,7 @@
20
* Added basic test suite
21
18
22
* Added stub benchmark
23
24
25
+[0]: https://github.com/recursion-ninja/bv-little/tree/v0.1.0
26
+[1]: https://github.com/recursion-ninja/bv-little/tree/v0.1.1
0 commit comments