Skip to content

Commit e42408a

Browse files
committed
bump: release 0.15.0 → 0.16.0
Automatically generated by Commitizen.
1 parent 25484be commit e42408a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v0.16.0 (2025-04-24)
2+
3+
### Feat
4+
5+
- detect vulnerable GitHub Actions (#1021)
6+
- check PyPI registry when deps.dev fails to find a source repository (#982)
7+
- add callgraph and build cmd detection for Jenkins (#977)
8+
9+
### Fix
10+
11+
- fix incorrect skip result evaluation causing false positives in PyPI malware reporting (#1031)
12+
- use 'isDefault' version from deps dev api (#1019)
13+
14+
### Refactor
15+
16+
- log the SLSA summary in verbose mode only (#1063)
17+
- log relative paths for file (#1032)
18+
- use problog for suspicious combinations (#997)
19+
120
## v0.15.0 (2025-03-10)
221

322
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ version_files = [
138138
"src/macaron/__init__.py:__version__",
139139
]
140140
major_version_zero = true
141-
version = "0.15.0"
141+
version = "0.16.0"
142142

143143

144144
# https://github.com/pytest-dev/pytest-cov

src/macaron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The version of this package. There's no comprehensive, official list of other
99
# magic constants, so we stick with this one only for now. See also this conversation:
1010
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
11-
__version__ = "0.15.0"
11+
__version__ = "0.16.0"
1212

1313
# The path to the Macaron package.
1414
MACARON_PATH = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)