From d03f67a657e4c37c3bd7ff4ebe75f6bad3bde3a9 Mon Sep 17 00:00:00 2001 From: Vladislav Sabanov Date: Mon, 21 Oct 2024 16:21:04 -0300 Subject: [PATCH] Update changelog and readme --- CHANGELOG.md | 7 ++++--- README.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f997a..2299d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). -## [1.3.8] - 2023-08-13 +## [1.4.0] - 2024-10-21 + +* Bump stack version to lts-21.25 and GHC-9.4.8 +* Change effect system to `effectful` one -* Land on `effectful` effect system. Remove polysemy -* Bump stack version to lts-20.26 and GHC-9.2.8 ## [1.3.7] - 2023-04-06 diff --git a/README.md b/README.md index 405dfca..a54ebbc 100644 --- a/README.md +++ b/README.md @@ -117,4 +117,4 @@ or use arrows of keyboard. ## Contribution -Contribution is welcome! +Contributions are welcoming!