From 7bdb9046942dd3e35b472f3497f85768bf148fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20P=2E=20Ren=C3=A9=20de=20Cotret?= Date: Mon, 6 Jul 2026 09:11:43 -0400 Subject: [PATCH] Preparation for 0.5.4.0 release --- CHANGELOG.md | 6 ++++++ testcontainers.cabal | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3a455..419419d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Revision history for testcontainer-hs +## 0.5.4.0 -- 2026-07-06 + +* Added support for Windows containers (@nikita-volkov, https://github.com/testcontainers/testcontainers-hs/pull/72) + +* Default image versions updated for Redis, Mongo, RabbitMQ, Nginx, Jaeger and Postgres (@nikita-volkov, https://github.com/testcontainers/testcontainers-hs/pull/72) + ## 0.5.3.0 -- 2026-03-31 * Removed dependency on `optics-core` and `aeson-optics` (@alexbiehl, https://github.com/testcontainers/testcontainers-hs/pull/70) diff --git a/testcontainers.cabal b/testcontainers.cabal index 8cf0ee6..b4bdfe0 100644 --- a/testcontainers.cabal +++ b/testcontainers.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: testcontainers -version: 0.5.3.0 +version: 0.5.4.0 synopsis: Docker containers for your integration tests. description: testcontainers is a Haskell library that provides a friendly API to @@ -12,7 +12,7 @@ license: MIT license-file: LICENSE author: Alex Biehl maintainer: alex.biehl@gmail.com -copyright: 2023 Alex Biehl +copyright: 2026 Alex Biehl category: Development build-type: Simple extra-source-files: @@ -21,7 +21,7 @@ extra-source-files: test/data/init-script.sql tested-with: - GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2 || ==9.8.2 + GHC ==9.2 || ==9.12 source-repository head type: git