From 66b58a62fb2670b0dcd1534ff66477127abf0c88 Mon Sep 17 00:00:00 2001 From: Ryan Scott <ryan.gl.scott@gmail.com> Date: Tue, 26 Mar 2019 08:48:25 -0400 Subject: [PATCH] Version 0.10.1 --- CHANGELOG.markdown | 4 ++-- exceptions.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index c2438c8..43117c5 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,5 @@ -next [????.??.??] ------------------ +0.10.1 [2019.03.26] +------------------- * Define a `MonadFail` instance for `CatchT`. * Allow `QuickCheck-2.13` in the test suite. diff --git a/exceptions.cabal b/exceptions.cabal index 6158a75..79a9dc3 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -1,6 +1,6 @@ name: exceptions category: Control, Exceptions, Monad -version: 0.10.0 +version: 0.10.1 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE -- GitLab