Skip to content

Commit c55c39c

Browse files
committed
bump: release 0.16.0 → 0.17.0
Automatically generated by Commitizen.
1 parent 92e9032 commit c55c39c

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v0.17.0 (2025-08-27)
2+
3+
### Feat
4+
5+
- **heuristics**: add SimilarProjectAnalyzer to detect structural similarity across packages from same maintainer (#1089)
6+
- **heuristics**: add Fake Email analyzer to validate maintainer email domain (#1106)
7+
- add GitHub attestation discovery (#1020)
8+
- **security**: add package name typosquatting detection (#1059)
9+
- add pypi attestation discovery (#1067)
10+
11+
### Fix
12+
13+
- catch defusedxml security errors (#1138)
14+
- accept from-provenance repos as scm authentic (#1131)
15+
- **pypi**: update get_maintainers_of_package to avoid request blocking (#1097)
16+
- include inspector links with information on if they are reachable. (#1102)
17+
18+
### Refactor
19+
20+
- remove the automatic sbom generation feature for Java (#1145)
21+
- run source code analysis by default (#1107)
22+
- improve experimental source code pattern analysis of pypi packages (#965)
23+
124
## v0.16.0 (2025-04-24)
225

326
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ version_files = [
143143
"src/macaron/__init__.py:__version__",
144144
]
145145
major_version_zero = true
146-
version = "0.16.0"
146+
version = "0.17.0"
147147

148148

149149
# 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.16.0"
11+
__version__ = "0.17.0"
1212

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

0 commit comments

Comments
 (0)