Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Dec 3, 2024
1 parent 8d943af commit 7c50569
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ 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``.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
homepage = "https://dcermak.github.io/pytest_container/"
Expand Down

0 comments on commit 7c50569

Please sign in to comment.