File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.18.0 (2025-10-10)
2+
3+ ### Feat
4+
5+ - ** heuristics** : add whitespace check to detect excessive spacing and invisible characters for malware check (#1086 )
6+ - add reproducible central buildspec generation (#1115 )
7+ - ** heuristics** : improve differentiation between stub packages and dependency confusion attacks (#1174 )
8+ - ** heuristics** : add two analyzers to detect dependency confusion and distinguish from stub packages (#1117 )
9+
10+ ### Fix
11+
12+ - gen-build-spec SQL query to look up build-as-code check build command joins on incorrect column (#1207 )
13+ - handle all tarfile extract errors (#1206 )
14+ - ensure Python 3.11.13 is used to address GHSA-4xh5 -x5gv-qwph (#1197 )
15+ - ** docs** : path of script download example (#1193 )
16+ - improve build tool detection (#1169 )
17+
18+ ### Refactor
19+
20+ - improve logging in console for macaron commands (#1160 )
21+
122## v0.17.0 (2025-08-27)
223
324### Feat
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ version_files = [
144144 " src/macaron/__init__.py:__version__" ,
145145]
146146major_version_zero = true
147- version = " 0.17 .0"
147+ version = " 0.18 .0"
148148
149149
150150# 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.17 .0"
11+ __version__ = "0.18 .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