Skip to content

Commit

Permalink
release 0.2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chessai committed Dec 11, 2024
1 parent eddd468 commit 0572502
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 @@ -5,6 +5,7 @@
* Add functions to `Data.Bytes.Text.AsciiExt`: `split(1|2|3|4)`,
`splitTetragram1`, `anyEq`, `takeWhileNotEq`, `dropWhileNotEq`,
`takeWhileEndNotEq`, dropWhileEndEq`.
* Increment upper bound on `primitive-unlifted`

## 0.2.13.2 -- 2024-02-06

Expand Down
2 changes: 1 addition & 1 deletion byteslice.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
, natural-arithmetic >=0.1.4
, primitive >=0.7.4 && <0.10
, primitive-addr >=0.1 && <0.2
, primitive-unlifted >=0.1.2 && <2.2
, primitive-unlifted >=0.1.2 && <2.3
, run-st >=0.1.1 && <0.2
, text >=1.2.5
, text-short >=0.1.3 && <0.2
Expand Down

0 comments on commit 0572502

Please sign in to comment.