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.14.0 (2024-11-26)
2+
3+ ### Feat
4+
5+ - report known malware for all ecosystems (#922 )
6+ - add command to run repo and commit finder without analysis (#827 )
7+ - add a new check to report the build tool (#914 )
8+ - verify whether the reported repository can be linked back to the artifact (#873 )
9+ - allow specifying the dependency depth resolution through CLI and make dependency resolution off by default (#840 )
10+
11+ ### Fix
12+
13+ - block terminal prompts in find source (#918 )
14+ - fix a bug in GitHub Actions matrix variable resolution (#896 )
15+ - prevent endless loop on 403 GitHub response (#866 )
16+
17+ ### Refactor
18+
19+ - accept provenance data in artifact pipeline check (#872 )
20+ - remove --config-path from CLI (#844 )
21+
122## v0.13.0 (2024-09-16)
223
324### Feat
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ version_files = [
137137 " src/macaron/__init__.py:__version__" ,
138138]
139139major_version_zero = true
140- version = " 0.13 .0"
140+ version = " 0.14 .0"
141141
142142
143143# 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.13 .0"
11+ __version__ = "0.14 .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