Skip to content

Commit ba2ffdd

Browse files
chore(main): release 0.6.0
1 parent 09a3ca2 commit ba2ffdd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
310
## [0.5.0](https://github.com/developmentseed/action-python-security-auditing/compare/v0.4.3...v0.5.0) (2026-03-30)
411

512

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)