Skip to content

Commit

Permalink
bump ki ver to 1.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Apr 4, 2023
1 parent ea2d826 commit 9d6c6b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ki/CHANGELOG.md
@@ -1,4 +1,4 @@
## Unreleased
## [1.0.1.0] - 2023-04-03

- Change [#25](https://github.com/awkward-squad/ki/pull/25): Attempting to fork a thread in a closing scope now acts as
if it were a child being terminated due to the scope closing. Previously, attempting to fork a thread in a closing
Expand Down
5 changes: 2 additions & 3 deletions ki/ki.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.2
author: Mitchell Rosen
bug-reports: https://github.com/awkward-squad/ki/issues
category: Concurrency
copyright: Copyright (C) 2020-2022 Mitchell Rosen, Travis Staton
copyright: Copyright (C) 2020-2023 Mitchell 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: experimental
synopsis: A lightweight structured concurrency library
tested-with: GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.4
version: 1.0.0.2
x-revision: 1
version: 1.0.1.0

description:
A lightweight structured concurrency library.
Expand Down

0 comments on commit 9d6c6b8

Please sign in to comment.