Skip to content

Commit 4390b95

Browse files
committed
Release 2.0.3
1 parent 76d8096 commit 4390b95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string)
22

3+
## 2.0.3 *May 2024*
4+
5+
* Fix `length` function wrt [#17](https://github.com/haskell/os-string/issues/17)
6+
37
## 2.0.2.2 *May 2024*
48

59
* Fix compilation on big-endian arches, by Andrew Lelechenko

os-string.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: os-string
3-
version: 2.0.2.2
3+
version: 2.0.3
44

55
-- NOTE: Don't forget to update ./changelog.md
66
license: BSD-3-Clause

0 commit comments

Comments
 (0)