version bump

This commit is contained in:
Mitchell Rosen 2024-07-15 11:55:46 -04:00
parent 10441796f2
commit 38ffd43749
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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.