Skip to content

Commit 23cc266

Browse files
release 0.7.0.0
1 parent 717bfc1 commit 23cc266

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Fix a bug in `Z.Data.Vector.Search` where needle is a singleton.
77
* Optimize `mergeDupAdjacent` family funtions in `Z.Data.Vector.Sort` to not copy vector in case of no duplication.
88
* Add `scientific'` to `Z.Data.Builder`, Add more `Print` instances.
9+
* Bump deps to support GHC 9.0.
910

1011
## 0.6.1.0 -- 2020-02-04
1112

Z-Data.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: Z-Data
3-
version: 0.6.1.0
3+
version: 0.7.0.0
44
synopsis: Array, vector and text
55
description: This package provides array, slice and text operations
66
license: BSD-3-Clause

0 commit comments

Comments
 (0)