From 7da65d2b80a29f3d8f58eb954fc14548fccd29e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:49:01 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4894a1..40c9df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://github.com/developmentseed/action-python-security-auditing/compare/v0.5.0...v0.6.0) (2026-03-30) + + +### Features + +* transfer ownership ([#51](https://github.com/developmentseed/action-python-security-auditing/issues/51)) ([09a3ca2](https://github.com/developmentseed/action-python-security-auditing/commit/09a3ca285135806e0a854628d15ba93344fa82d9)) + + +### Bug Fixes + +* use annotation instead of pr comments ([#53](https://github.com/developmentseed/action-python-security-auditing/issues/53)) ([9c59cb4](https://github.com/developmentseed/action-python-security-auditing/commit/9c59cb4bedaaa892d7a90b56916f9b61f7d59fe4)) + ## [0.5.0](https://github.com/developmentseed/action-python-security-auditing/compare/v0.4.3...v0.5.0) (2026-03-30) diff --git a/pyproject.toml b/pyproject.toml index 6580a83..46f09a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "python-security-auditing" -version = "0.5.0" +version = "0.6.0" description = "Reusable GitHub Action for Python security auditing with bandit and pip-audit" license = { text = "MIT" } requires-python = ">=3.13"