Skip to content

Commit

Permalink
bluefin -> 0.0.7.0, bluefin-internal -> 0.0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Aug 31, 2024
1 parent 1159f0e commit ae02f00
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions bluefin-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.7.0

Add `withEffToIO'`, `race`, `connectCoroutines`, `receiveStream`,
`insertManySecond`, `useImplWithin`, `unsafeProvideIO`, and
`Bluefin.Internal.Pipes`

## 0.0.6.1

* Documentation improvements
Expand Down
2 changes: 1 addition & 1 deletion bluefin-internal/bluefin-internal.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: bluefin-internal
version: 0.0.6.1
version: 0.0.7.0
license: MIT
license-file: LICENSE
author: Tom Ellis
Expand Down
5 changes: 5 additions & 0 deletions bluefin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.7.0

Add `Bluefin.Pipes` and `Bluefin.Pipes.Prelude`, `connectCoroutines`
and `useImplWithin`

## 0.0.6.1

* Documentation improvements
Expand Down
2 changes: 1 addition & 1 deletion bluefin/bluefin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: bluefin
version: 0.0.6.1
version: 0.0.7.0
license: MIT
license-file: LICENSE
author: Tom Ellis
Expand Down

0 comments on commit ae02f00

Please sign in to comment.