Skip to content

Commit

Permalink
Release effectful-core-2.5.1.0 and effectful-2.5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arybczak committed Nov 27, 2024
1 parent 1126e23 commit 48ed3fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions effectful-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# effectful-core-2.5.1.0 (????-??-??)
# effectful-core-2.5.1.0 (2024-11-27)
* Add `passthrough` to `Effectful.Dispatch.Dynamic` for passing operations to
the upstream handler within `interpose` and `impose` without having to fully
pattern match on them.
* **Bugfixes**:
- Fix a potential space leak related to `HasCallStack` quirks
(https://gitlab.haskell.org/ghc/ghc/-/issues/25520).
- Fix a potential space leak related to `HasCallStack` quirks (see
https://gitlab.haskell.org/ghc/ghc/-/issues/25520 for more information).

# effectful-core-2.5.0.0 (2024-10-23)
* Add `plusEff` (specialized version of `<|>`) to `Effectful.NonDet` and make
Expand Down
6 changes: 3 additions & 3 deletions effectful/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# effectful-2.5.1.0 (????-??-??)
# effectful-2.5.1.0 (2024-11-27)
* Add `passthrough` to `Effectful.Dispatch.Dynamic` for passing operations to
the upstream handler within `interpose` and `impose` without having to fully
pattern match on them.
* **Bugfixes**:
- Fix a potential space leak related to `HasCallStack` quirks
(https://gitlab.haskell.org/ghc/ghc/-/issues/25520).
- Fix a potential space leak related to `HasCallStack` quirks (see
https://gitlab.haskell.org/ghc/ghc/-/issues/25520 for more information).

# effectful-2.5.0.0 (2024-10-23)
* Add `plusEff` (specialized version of `<|>`) to `Effectful.NonDet` and make
Expand Down

0 comments on commit 48ed3fd

Please sign in to comment.