From 5152fcd44e84e13ee5f259c92c40ede7c297839a Mon Sep 17 00:00:00 2001 From: Ben Orchard Date: Sun, 13 Oct 2024 16:35:51 +0100 Subject: [PATCH] release 0.10.0 --- CHANGELOG.md | 2 +- package.yaml | 2 +- strongweak.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50833ef..dc0a5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.10.0 (unreleased) +## 0.10.0 (2024-10-13) * rename `Weak` to `Weakened`, to separate from `Weak :: Strength` * update rerefined dependency diff --git a/package.yaml b/package.yaml index 0bb1265..3bdac22 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: strongweak -version: 0.9.1 +version: 0.10.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 8eae8ab..91043aa 100644 --- a/strongweak.cabal +++ b/strongweak.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: strongweak -version: 0.9.1 +version: 0.10.0 synopsis: Convert between strong and weak representations of types description: Please see README.md. category: Data