Skip to content

Commit

Permalink
bump: release 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
behnazh-w committed Sep 14, 2023
1 parent 5e9dced commit 0f42698
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.5.0 (2023-09-14)

### Feat

- add a new check to map artifacts to pipelines (#471)
- add docker build detection (#409)

### Fix

- **policy-engine**: use component_id instead of repo_id in policy to find the check result (#473)
- check if repository is available in provenance available check (#467)
- encode PURL qualifiers as a normalized string (#466)
- fix `run_macaron.sh` script to handle action arguments correctly (#461)

## v0.4.0 (2023-09-01)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ version_files = [
"src/macaron/__init__.py:__version__",
]
major_version_zero = true
version = "0.4.0"
version = "0.5.0"


# https://github.com/pytest-dev/pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion src/macaron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# The version of this package. There's no comprehensive, official list of other
# magic constants, so we stick with this one only for now. See also this conversation:
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
__version__ = "0.4.0"
__version__ = "0.5.0"

# The path to the Macaron package.
MACARON_PATH = os.path.dirname(os.path.abspath(__file__))

0 comments on commit 0f42698

Please sign in to comment.