major version bump and modify changelog

This commit is contained in:
Andrew Martin 2019-08-02 16:28:25 -04:00
parent b0823d03c3
commit 7b222c31cf
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Revision history for small-bytearray-builder # 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 ## 0.1.1.0 -- 2019-07-30
* Add several additional functions for encoding numbers. * Add several additional functions for encoding numbers.

View file

@ -1,6 +1,6 @@
cabal-version: 2.2 cabal-version: 2.2
name: small-bytearray-builder name: small-bytearray-builder
version: 0.1.1.0 version: 0.2.0.0
synopsis: Serialize to a small byte arrays synopsis: Serialize to a small byte arrays
description: description:
This is similar to the builder facilities provided by This is similar to the builder facilities provided by