From 4d8c99f8882cb99b088457486ecbb4a225d0a419 Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Tue, 12 May 2026 16:46:12 +0900 Subject: [PATCH] Prepare v0.8.0 --- CHANGELOG.md | 9 +++++++++ linear-base.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 739a477b..bb1c2f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v0.8.0](https://github.com/tweag/linear-base/tree/v0.8.0) (2026-05-12) + +[Full Changelog](https://github.com/tweag/linear-base/compare/v0.7.0...v0.8.0) + +### Headline changes + +- Add MonadIO instances for StateT and ReaderT [\#506](https://github.com/tweag/linear-base/pull/506) ([dcastro](https://github.com/dcastro)) +- Coerce `System.IO` and `Linear.IO` into `RIO` [\#505](https://github.com/tweag/linear-base/pull/505) ([dcastro](https://github.com/dcastro)) + ## [v0.7.0](https://github.com/tweag/linear-base/tree/v0.7.0) (2026-02-27) [Full Changelog](https://github.com/tweag/linear-base/compare/v0.6.0...v0.7.0) diff --git a/linear-base.cabal b/linear-base.cabal index 43e3429f..ad305d6b 100644 --- a/linear-base.cabal +++ b/linear-base.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: linear-base -version: 0.7.0 +version: 0.8.0 license: MIT license-file: LICENSE copyright: (c) Tweag Holding and affiliates