File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.8.0 (2024-03-05)
2+
3+ ### Feat
4+
5+ - discover slsa v1 provenances for npm packages (#639 )
6+ - add exclude and include check in ini config (#254 )
7+ - introduce confidence scores for check facts (#620 )
8+ - follow indirect repository URLs (#629 )
9+ - use repository url provided as input for finding a commit (#622 )
10+
111## v0.7.0 (2024-01-18)
212
313### Feat
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ version_files = [
123123 " src/macaron/__init__.py:__version__" ,
124124]
125125major_version_zero = true
126- version = " 0.7 .0"
126+ version = " 0.8 .0"
127127
128128
129129# 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.7 .0"
11+ __version__ = "0.8 .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