From 78099d1779242159532f1036dd842e603ec4e528 Mon Sep 17 00:00:00 2001 From: Ben Orchard Date: Tue, 1 Oct 2024 16:25:14 +0100 Subject: [PATCH] release 0.9.0 --- CHANGELOG.md | 3 ++- package.yaml | 2 +- strongweak.cabal | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f184ae9..92ff4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## Unreleased +## 0.9.0 (2024-10-01) * fix `Strengthen [a]` instance reversing list +* support GHC 9.4 - GHC 9.8 ## 0.8.0 (2024-06-11) * no longer use `Validation`: failures now must wrap explicitly instead of being diff --git a/package.yaml b/package.yaml index 4d9566c..f2a0d5f 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: strongweak -version: 0.8.0 +version: 0.9.0 synopsis: Convert between strong and weak representations of types description: Please see README.md. extra-source-files: diff --git a/strongweak.cabal b/strongweak.cabal index 418385e..787ec05 100644 --- a/strongweak.cabal +++ b/strongweak.cabal @@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.2. +-- This file has been generated from package.yaml by hpack version 0.36.1. -- -- see: https://github.com/sol/hpack name: strongweak -version: 0.8.0 +version: 0.9.0 synopsis: Convert between strong and weak representations of types description: Please see README.md. category: Data