From 4390b9542c5cc81071bc9cbd40063516c3d6ed99 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 24 May 2024 15:35:18 +0800 Subject: [PATCH] Release 2.0.3 --- changelog.md | 4 ++++ os-string.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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