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