Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Jul 15, 2024
1 parent 1044179 commit 38ffd43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 5 additions & 3 deletions ki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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

Expand Down
7 changes: 3 additions & 4 deletions ki/ki.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 38ffd43

Please sign in to comment.