Skip to content

Commit

Permalink
release 0.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winterland1989 committed Mar 4, 2021
1 parent 717bfc1 commit 23cc266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Fix a bug in `Z.Data.Vector.Search` where needle is a singleton.
* Optimize `mergeDupAdjacent` family funtions in `Z.Data.Vector.Sort` to not copy vector in case of no duplication.
* Add `scientific'` to `Z.Data.Builder`, Add more `Print` instances.
* Bump deps to support GHC 9.0.

## 0.6.1.0 -- 2020-02-04

Expand Down
2 changes: 1 addition & 1 deletion Z-Data.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: Z-Data
version: 0.6.1.0
version: 0.7.0.0
synopsis: Array, vector and text
description: This package provides array, slice and text operations
license: BSD-3-Clause
Expand Down

0 comments on commit 23cc266

Please sign in to comment.