diff --git a/changelog.md b/changelog.md index b8945c1..79e4b4b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string) +## 2.0.3 *May 2024* + +* Fix `length` function wrt [#17](https://github.com/haskell/os-string/issues/17) + ## 2.0.2.2 *May 2024* * Fix compilation on big-endian arches, by Andrew Lelechenko diff --git a/os-string.cabal b/os-string.cabal index 2a5c3f2..827da78 100644 --- a/os-string.cabal +++ b/os-string.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: os-string -version: 2.0.2.2 +version: 2.0.3 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause