Skip to content

Commit 7cfc839

Browse files
committed
bump: release 0.13.0 → 0.14.0
Automatically generated by Commitizen.
1 parent 3dce3ce commit 7cfc839

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v0.14.0 (2024-11-26)
2+
3+
### Feat
4+
5+
- report known malware for all ecosystems (#922)
6+
- add command to run repo and commit finder without analysis (#827)
7+
- add a new check to report the build tool (#914)
8+
- verify whether the reported repository can be linked back to the artifact (#873)
9+
- allow specifying the dependency depth resolution through CLI and make dependency resolution off by default (#840)
10+
11+
### Fix
12+
13+
- block terminal prompts in find source (#918)
14+
- fix a bug in GitHub Actions matrix variable resolution (#896)
15+
- prevent endless loop on 403 GitHub response (#866)
16+
17+
### Refactor
18+
19+
- accept provenance data in artifact pipeline check (#872)
20+
- remove --config-path from CLI (#844)
21+
122
## v0.13.0 (2024-09-16)
223

324
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ version_files = [
137137
"src/macaron/__init__.py:__version__",
138138
]
139139
major_version_zero = true
140-
version = "0.13.0"
140+
version = "0.14.0"
141141

142142

143143
# 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.13.0"
11+
__version__ = "0.14.0"
1212

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

0 commit comments

Comments
 (0)