Skip to content

Commit 4d1d8ee

Browse files
committed
bump: release 0.14.0 → 0.15.0
Automatically generated by Commitizen.
1 parent 67d11d7 commit 4d1d8ee

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.15.0 (2025-03-10)
2+
3+
### Feat
4+
5+
- add Repo Finder and Commit Finder outcomes to database (#892)
6+
- add in new metadata-based heuristic to pypi malware analyzer (#944)
7+
- find repo from latest artifact when provided artifact has none (#931)
8+
- obtain Java and Python artifacts from .m2 or Python virtual environment from input (#864)
9+
- include inspector package urls as part of the malicious metadata facts for pypi packages (#935)
10+
- add a new setup.py related heuristic in the pypi malware analyzer (#932)
11+
12+
### Fix
13+
14+
- update already present repositories (#949)
15+
- report known malware even when not labeled (#956)
16+
17+
### Refactor
18+
19+
- replace unreachable project links heuristic with source code repo heuristic (#983)
20+
- remove the deprecated --skip-deps command-line option. (#943)
21+
122
## v0.14.0 (2024-11-26)
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.14.0"
140+
version = "0.15.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.14.0"
11+
__version__ = "0.15.0"
1212

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

0 commit comments

Comments
 (0)