diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 56fa1ab..2617294 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,11 +3,29 @@ Next Release Breaking changes: + +Improvements and new features: + + +Documentation: + + +Internal changes: + + +0.4.3 (December 4 2024) +----------------------- + +Breaking changes: + - Change addition of SELinux flags to volumes: SELinux flags are only added if :py:attr:`~pytest_container.container.ContainerVolumeBase.flags` is ``None``. Improvements and new features: +- Tolerate already deleted lockfiles (`gh#233 + `_) + - Add the function :py:func:`~pytest_container.container.ContainerData.read_container_logs` to get access to the logs of the running container diff --git a/pyproject.toml b/pyproject.toml index 7c0824e..2e5e9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest_container" -version = "0.4.2" +version = "0.4.3" description = "Pytest fixtures for writing container based tests" authors = ["Dan Čermák "] homepage = "https://dcermak.github.io/pytest_container/"