Prepare for 0.3.11.0
This commit is contained in:
parent
39bcdd8103
commit
59bb959608
2 changed files with 5 additions and 3 deletions
|
@ -5,9 +5,11 @@ Note: Prior to version 0.3.4.0, this library was named
|
|||
`small-bytearray-builder` is now just a compatibility shim
|
||||
to ease the migration process.
|
||||
|
||||
## 0.3.11.0 -- 2022-??-??
|
||||
## 0.3.11.0 -- 2022-04-12
|
||||
|
||||
* Support GHC 9.2
|
||||
* Inline pragmas for better LEB encoding perf
|
||||
* Bump upper bound on tasty in test suite
|
||||
|
||||
## 0.3.10.0 -- 2022-03-01
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
cabal-version: 2.2
|
||||
name: bytebuild
|
||||
version: 0.3.10.0
|
||||
synopsis: Serialize to a small byte arrays
|
||||
version: 0.3.11.0
|
||||
synopsis: Build byte arrays
|
||||
description:
|
||||
This is similar to the builder facilities provided by
|
||||
`Data.ByteString.Builder`. It is intended to be used in
|
||||
|
|
Loading…
Reference in a new issue