major version bump and modify changelog
This commit is contained in:
parent
b0823d03c3
commit
7b222c31cf
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# Revision history for small-bytearray-builder
|
||||
|
||||
## 0.2.0.0 -- 2019-??-??
|
||||
|
||||
* Correct a serious error in the implementation of `bytes`.
|
||||
* Make `pasteGrowST` accept an initial offset.
|
||||
* Add a `pasteGrowST` for length-indexed builders.
|
||||
|
||||
## 0.1.1.0 -- 2019-07-30
|
||||
|
||||
* Add several additional functions for encoding numbers.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
cabal-version: 2.2
|
||||
name: small-bytearray-builder
|
||||
version: 0.1.1.0
|
||||
version: 0.2.0.0
|
||||
synopsis: Serialize to a small byte arrays
|
||||
description:
|
||||
This is similar to the builder facilities provided by
|
||||
|
|
Loading…
Reference in a new issue