Skip to content

Commit c6c3613

Browse files
authored
Preparation for 0.5.4.0 release (#73)
1 parent dc8775e commit c6c3613

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for testcontainer-hs
22

3+
## 0.5.4.0 -- 2026-07-06
4+
5+
* Added support for Windows containers (@nikita-volkov, https://github.com/testcontainers/testcontainers-hs/pull/72)
6+
7+
* Default image versions updated for Redis, Mongo, RabbitMQ, Nginx, Jaeger and Postgres (@nikita-volkov, https://github.com/testcontainers/testcontainers-hs/pull/72)
8+
39
## 0.5.3.0 -- 2026-03-31
410

511
* Removed dependency on `optics-core` and `aeson-optics` (@alexbiehl, https://github.com/testcontainers/testcontainers-hs/pull/70)

testcontainers.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: testcontainers
3-
version: 0.5.3.0
3+
version: 0.5.4.0
44
synopsis: Docker containers for your integration tests.
55
description:
66
testcontainers is a Haskell library that provides a friendly API to
@@ -12,7 +12,7 @@ license: MIT
1212
license-file: LICENSE
1313
author: Alex Biehl
1414
maintainer: alex.biehl@gmail.com
15-
copyright: 2023 Alex Biehl
15+
copyright: 2026 Alex Biehl
1616
category: Development
1717
build-type: Simple
1818
extra-source-files:
@@ -21,7 +21,7 @@ extra-source-files:
2121
test/data/init-script.sql
2222

2323
tested-with:
24-
GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2 || ==9.8.2
24+
GHC ==9.2 || ==9.12
2525

2626
source-repository head
2727
type: git

0 commit comments

Comments
 (0)