Skip to content

Commit 5c6c913

Browse files
committed
bump: release 0.11.0 → 0.12.0
Automatically generated by Commitizen.
1 parent 4255755 commit 5c6c913

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.12.0 (2024-08-16)
2+
3+
### Feat
4+
5+
- verify npm SLSA provenance against signed npm provenance (#747)
6+
- add a check to analyze malicious Python packages (#750)
7+
- add support for SLSA v1 provenance with OCI build type (#778)
8+
9+
### Fix
10+
11+
- accept provenances that are not inferred in the provenance checks (#802)
12+
- use artifact filenames as keys for verifying jfrog assets in provenance_witness_l1_check (#796)
13+
114
## v0.11.0 (2024-06-18)
215

316
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ version_files = [
136136
"src/macaron/__init__.py:__version__",
137137
]
138138
major_version_zero = true
139-
version = "0.11.0"
139+
version = "0.12.0"
140140

141141

142142
# 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.11.0"
11+
__version__ = "0.12.0"
1212

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

0 commit comments

Comments
 (0)