Skip to content

Commit 481fbfc

Browse files
Updating version [skip ci]
1 parent ee85a58 commit 481fbfc

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

bv-little.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bv-little
2-
version: 0.1.0.0
2+
version: 0.1.1
33
synopsis: Efficient little-endian bit vector library
44
category: Data, Bit Vectors
55
license: BSD3

changelog.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### v0.1.1.0
1+
### Unreleased changes
2+
3+
* None
4+
5+
### [v0.1.1][1]
26

37
* Updated to well-typed internal representation
48

@@ -7,7 +11,7 @@
711
* Increased test suite coverage
812

913

10-
### v0.1.0.0
14+
### [v0.1.0][0]
1115

1216
* Created instances of applicable typeclass instances
1317

@@ -16,3 +20,7 @@
1620
* Added basic test suite
1721

1822
* 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

Comments
 (0)