Skip to content

Commit 4b5efed

Browse files
committed
Bump to 2.0.7
1 parent 4a1d1ba commit 4b5efed

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.7 *Nov 2024*
4+
5+
* don't catch asynchronous exceptions during encoding/decoding wrt [#22](https://github.com/haskell/os-string/issues/22)
6+
37
## 2.0.6 *Jun 2024*
48

59
* add `fromString` on windows

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.6
3+
version: 2.0.7
44

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

0 commit comments

Comments
 (0)