Skip to content

Commit

Permalink
bump: release 0.11.0 → 0.12.0
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
behnazh-w committed Aug 16, 2024
1 parent 4255755 commit 5c6c913
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.12.0 (2024-08-16)

### Feat

- verify npm SLSA provenance against signed npm provenance (#747)
- add a check to analyze malicious Python packages (#750)
- add support for SLSA v1 provenance with OCI build type (#778)

### Fix

- accept provenances that are not inferred in the provenance checks (#802)
- use artifact filenames as keys for verifying jfrog assets in provenance_witness_l1_check (#796)

## v0.11.0 (2024-06-18)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ version_files = [
"src/macaron/__init__.py:__version__",
]
major_version_zero = true
version = "0.11.0"
version = "0.12.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.11.0"
__version__ = "0.12.0"

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

0 comments on commit 5c6c913

Please sign in to comment.