Skip to content

Commit 7da65d2

Browse files
chore(main): release 0.6.0
1 parent 9c59cb4 commit 7da65d2

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/developmentseed/action-python-security-auditing/compare/v0.5.0...v0.6.0) (2026-03-30)
4+
5+
6+
### Features
7+
8+
* transfer ownership ([#51](https://github.com/developmentseed/action-python-security-auditing/issues/51)) ([09a3ca2](https://github.com/developmentseed/action-python-security-auditing/commit/09a3ca285135806e0a854628d15ba93344fa82d9))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
## [0.5.0](https://github.com/developmentseed/action-python-security-auditing/compare/v0.4.3...v0.5.0) (2026-03-30)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-security-auditing"
7-
version = "0.5.0"
7+
version = "0.6.0"
88
description = "Reusable GitHub Action for Python security auditing with bandit and pip-audit"
99
license = { text = "MIT" }
1010
requires-python = ">=3.13"

0 commit comments

Comments
 (0)