diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a16162a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.2.0](https://github.com/lhoupert/action-python-security-auditing/compare/v0.1.0...v0.2.0) (2026-03-27) + + +### Features + +* add bandit action ([#5](https://github.com/lhoupert/action-python-security-auditing/issues/5)) ([bbde8aa](https://github.com/lhoupert/action-python-security-auditing/commit/bbde8aa5584f4aa65a173c526d2d3902ecc3a976)) + + +### Bug Fixes + +* formatting table ([#10](https://github.com/lhoupert/action-python-security-auditing/issues/10)) ([191bf3c](https://github.com/lhoupert/action-python-security-auditing/commit/191bf3ca1b8da0fe78c086dc297279f5fe572a4f)) diff --git a/pyproject.toml b/pyproject.toml index f4806c2..f3d8210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "python-security-auditing" -version = "0.1.0" +version = "0.2.0" description = "Reusable GitHub Action for Python security auditing with bandit and pip-audit" license = { text = "MIT" } requires-python = ">=3.13"