File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.5.0 (2023-09-14)
2+
3+ ### Feat
4+
5+ - add a new check to map artifacts to pipelines (#471 )
6+ - add docker build detection (#409 )
7+
8+ ### Fix
9+
10+ - ** policy-engine** : use component_id instead of repo_id in policy to find the check result (#473 )
11+ - check if repository is available in provenance available check (#467 )
12+ - encode PURL qualifiers as a normalized string (#466 )
13+ - fix ` run_macaron.sh ` script to handle action arguments correctly (#461 )
14+
115## v0.4.0 (2023-09-01)
216
317### Feat
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ version_files = [
122122 " src/macaron/__init__.py:__version__" ,
123123]
124124major_version_zero = true
125- version = " 0.4 .0"
125+ version = " 0.5 .0"
126126
127127
128128# 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.4 .0"
11+ __version__ = "0.5 .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