From a611bdb6afe1c8420b5cbc3f79197e74bc3a4c6d Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Tue, 6 Aug 2024 21:22:02 +1000 Subject: [PATCH] Fix cabal version and changelog date --- CHANGELOG.md | 2 +- unliftio-servant-server.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b34f18..c4c7c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for unliftio-servant-server -## 0.1.0.1 -- 2024-08-06 +## 0.1.0.1 -- 2024-08-07 * Use `unliftio-core` instead of `unliftio` for smaller dependency footprint. diff --git a/unliftio-servant-server.cabal b/unliftio-servant-server.cabal index 56d307f..3c4f274 100644 --- a/unliftio-servant-server.cabal +++ b/unliftio-servant-server.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: unliftio-servant-server -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Use MonadUnliftIO on servant APIs description: unliftio-servant-server provides convenience functions for running