File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ version_files = [
143143 " src/macaron/__init__.py:__version__" ,
144144]
145145major_version_zero = true
146- version = " 0.16 .0"
146+ version = " 0.17 .0"
147147
148148
149149# https://github.com/pytest-dev/pytest-cov
Original file line number Diff line number Diff line change 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.
1414MACARON_PATH = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments