Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release effectful-core-2.5.1.0 and effectful-2.5.1.0 #280

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading