Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Comment on lines +5 to +7

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think updating the ryuk version itself is a user-facing change, so I did not mention it


## 0.5.3.0 -- 2026-03-31

* Removed dependency on `optics-core` and `aeson-optics` (@alexbiehl, https://github.com/testcontainers/testcontainers-hs/pull/70)
Expand Down
6 changes: 3 additions & 3 deletions testcontainers.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down
Loading