Skip to content

Commit 0f42698

Browse files
committed
bump: release 0.4.0 → 0.5.0
Automatically generated by Commitizen.
1 parent 5e9dced commit 0f42698

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ version_files = [
122122
"src/macaron/__init__.py:__version__",
123123
]
124124
major_version_zero = true
125-
version = "0.4.0"
125+
version = "0.5.0"
126126

127127

128128
# https://github.com/pytest-dev/pytest-cov

src/macaron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.
1414
MACARON_PATH = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)