From a9af077fe33910b956496367f9b888c23bddc253 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 18 Dec 2024 12:41:41 +0900 Subject: [PATCH] auto-update: ver bumps up --- auto-update/ChangeLog.md | 5 +++++ auto-update/auto-update.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/auto-update/ChangeLog.md b/auto-update/ChangeLog.md index ec02e1f07..32490e420 100644 --- a/auto-update/ChangeLog.md +++ b/auto-update/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog for auto-update +## 0.2.5 + +* Thread less autoupdate + [#1018](https://github.com/yesodweb/wai/pull/1018) + ## 0.2.4 * Simple refactoring. diff --git a/auto-update/auto-update.cabal b/auto-update/auto-update.cabal index 0b3cec474..b6601f0c5 100644 --- a/auto-update/auto-update.cabal +++ b/auto-update/auto-update.cabal @@ -1,5 +1,5 @@ name: auto-update -version: 0.2.4 +version: 0.2.5 synopsis: Efficiently run periodic, on-demand actions description: API docs and the README are available at . homepage: https://github.com/yesodweb/wai