Skip to content

Commit 2bb027a

Browse files
committed
Release 0.1.4.0
1 parent 9612757 commit 2bb027a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for array-builder
22

3+
## 0.1.4.0 -- 2023-08-30
4+
5+
* Add `constructN` functions to Data.Builder.Catenable.Bytes.
6+
37
## 0.1.3.0 -- 2022-04-11
48

59
* Add `length`, `shortText`, `char`, `word32Dec`, `word64Dec`, `int32Dec`, `int64Dec`

array-builder.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: array-builder
3-
version: 0.1.3.0
3+
version: 0.1.4.0
44
synopsis: Builders for arrays
55
homepage: https://github.com/andrewthad/array-builder
66
bug-reports: https://github.com/andrewthad/array-builder/issues

0 commit comments

Comments
 (0)