We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bad35 commit 33ea7f8Copy full SHA for 33ea7f8
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string)
2
3
+## 2.0.1 *Dec 2023*
4
+
5
+* add `unsafeEncodeUtf`, fixes #5
6
7
## 2.0.0 *Nov 2023*
8
9
* Split out `OsString` modules from filepath library
os-string.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: os-string
-version: 2.0.0
+version: 2.0.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments