From 0228e2465eb8dfd6affee3bc7f092ac0df201eab Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 30 Jun 2024 01:02:09 +0800 Subject: [PATCH] Bump to 2.0.6 --- changelog.md | 5 +++++ os-string.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f362b14..2259038 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string) +## 2.0.6 *Jun 2024* + +* add `fromString` on windows +* add `fromBytestring` on unix + ## 2.0.5 *Jun 2024* * Add `decodeLE`/`encodeLE` and deprecate `decodeFS`/`encodeFS` (pointing users to `System.OsPath` instead), fixes [#19](https://github.com/haskell/os-string/issues/19) diff --git a/os-string.cabal b/os-string.cabal index 7698c19..ee35404 100644 --- a/os-string.cabal +++ b/os-string.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: os-string -version: 2.0.5 +version: 2.0.6 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause