diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3a94be4..bf626e9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ on: - "release-4.5.X" - "dev-4.5.X" tags: - - "4.*.*.*.*" + - "4.*.*" pull_request: branches: diff --git a/HISTORY.rst b/HISTORY.rst index a59b35c..1da944f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -20,6 +20,18 @@ Release History --------------- +4.5.10 (2024-09-19) +++++++++++++++++++ + +** Build ** + +* Update Python dependencies, for all version except V11 +* V15, V16, V17: Update Python to Version 3.12 +* Update Debian version to bookworm for all versions +* Switch from Travis to github actions +* Add test on Sysdig Secure + + 4.5.9 (2024-05-22) ++++++++++++++++++