From 01c418a7fe719e302c8accf73f127352fcc3df9b Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 13 Jun 2025 18:29:49 +0200 Subject: [PATCH] Release 0.5.0.0 --- CHANGELOG.md | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d89638d..74c2e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# resource-pool-0.5.0.0 (2025-??-??) +# resource-pool-0.5.0.0 (2025-06-13) * Drop support for GHC < 8.10. * Use STM based lockless implementation as it results in much better throughput in a multi-threaded environment when number of stripes is not equal to the diff --git a/README.md b/README.md index 833ee37..ec59462 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # resource-pool -[![Build Status](https://github.com/scrive/pool/workflows/Haskell-CI/badge.svg?branch=master)](https://github.com/scrive/pool/actions?query=branch%3Amaster) +[![CI](https://github.com/scrive/pool/actions/workflows/haskell-ci.yml/badge.svg?branch=master)](https://github.com/scrive/pool/actions/workflows/haskell-ci.yml) [![Hackage](https://img.shields.io/hackage/v/resource-pool.svg)](https://hackage.haskell.org/package/resource-pool) -[![Dependencies](https://img.shields.io/hackage-deps/v/resource-pool.svg)](https://packdeps.haskellers.com/feed?needle=andrzej@rybczak.net) [![Stackage LTS](https://www.stackage.org/package/resource-pool/badge/lts)](https://www.stackage.org/lts/package/resource-pool) [![Stackage Nightly](https://www.stackage.org/package/resource-pool/badge/nightly)](https://www.stackage.org/nightly/package/resource-pool)