diff --git a/ki/CHANGELOG.md b/ki/CHANGELOG.md index b397dc2..e5f2e95 100644 --- a/ki/CHANGELOG.md +++ b/ki/CHANGELOG.md @@ -1,6 +1,8 @@ -## [1.0.1.2] - Unreleased +## [1.0.1.2] - July 15, 2024 -- Refactor: depend on (rather than inline) `int-supply` package +- Bugfix [#33](https://github.com/awkward-squad/ki/issues/33): A scope could erroneously fail to propagate an exception + to one of its children. +- Refactor: depend on (rather than inline) `int-supply` package. ## [1.0.1.1] - October 10, 2023 @@ -17,7 +19,7 @@ ## [1.0.0.2] - January 25, 2023 - Bugfix [#20](https://github.com/awkward-squad/ki/pull/20): previously, a child thread could deadlock when attempting - to propagate an exception to its parent + to propagate an exception to its parent. ## [1.0.0.1] - August 14, 2022 diff --git a/ki/ki.cabal b/ki/ki.cabal index 56a9a97..9eadeb6 100644 --- a/ki/ki.cabal +++ b/ki/ki.cabal @@ -1,9 +1,9 @@ cabal-version: 2.2 -author: Mitchell Rosen +author: Mitchell Dalvi Rosen, Travis Staton bug-reports: https://github.com/awkward-squad/ki/issues category: Concurrency -copyright: Copyright (C) 2020-2024 Mitchell DalviRosen, Travis Staton +copyright: Copyright (C) 2020-2024 Mitchell Dalvi Rosen, Travis Staton homepage: https://github.com/awkward-squad/ki license: BSD-3-Clause license-file: LICENSE @@ -12,8 +12,7 @@ name: ki stability: stable synopsis: A lightweight structured concurrency library tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 -version: 1.0.1.1 -x-revision: 1 +version: 1.0.1.2 description: A lightweight structured concurrency library.