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
+
1
22
## v0.13.0 (2024-09-16)
2
23
3
24
### Feat
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ version_files = [
137
137
" src/macaron/__init__.py:__version__" ,
138
138
]
139
139
major_version_zero = true
140
- version = " 0.13 .0"
140
+ version = " 0.14 .0"
141
141
142
142
143
143
# https://github.com/pytest-dev/pytest-cov
Original file line number Diff line number Diff line change 8
8
# The version of this package. There's no comprehensive, official list of other
9
9
# magic constants, so we stick with this one only for now. See also this conversation:
10
10
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
11
- __version__ = "0.13 .0"
11
+ __version__ = "0.14 .0"
12
12
13
13
# The path to the Macaron package.
14
14
MACARON_PATH = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments