File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.12.0 (2024-08-16)
2
+
3
+ ### Feat
4
+
5
+ - verify npm SLSA provenance against signed npm provenance (#747 )
6
+ - add a check to analyze malicious Python packages (#750 )
7
+ - add support for SLSA v1 provenance with OCI build type (#778 )
8
+
9
+ ### Fix
10
+
11
+ - accept provenances that are not inferred in the provenance checks (#802 )
12
+ - use artifact filenames as keys for verifying jfrog assets in provenance_witness_l1_check (#796 )
13
+
1
14
## v0.11.0 (2024-06-18)
2
15
3
16
### Feat
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ version_files = [
136
136
" src/macaron/__init__.py:__version__" ,
137
137
]
138
138
major_version_zero = true
139
- version = " 0.11 .0"
139
+ version = " 0.12 .0"
140
140
141
141
142
142
# 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.11 .0"
11
+ __version__ = "0.12 .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