From 6e9c8623790fb3ae94b3b51e707ca4ec82ea2862 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 23 Dec 2024 10:14:01 +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 32490e420..8814f49be 100644 --- a/auto-update/ChangeLog.md +++ b/auto-update/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog for auto-update +## 0.2.6 + +* Using the thread version of AutoUpdate for non-threaded RTS. + [#1020](https://github.com/yesodweb/wai/pull/1020) + ## 0.2.5 * Thread less autoupdate diff --git a/auto-update/auto-update.cabal b/auto-update/auto-update.cabal index 1800370cd..b92bd35b2 100644 --- a/auto-update/auto-update.cabal +++ b/auto-update/auto-update.cabal @@ -1,5 +1,5 @@ name: auto-update -version: 0.2.5 +version: 0.2.6 synopsis: Efficiently run periodic, on-demand actions description: API docs and the README are available at . homepage: https://github.com/yesodweb/wai