Skip to content

Commit cfdfc70

Browse files
committed
bump: release 0.17.0 → 0.18.0
Automatically generated by Commitizen.
1 parent 298ff6b commit cfdfc70

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.18.0 (2025-10-10)
2+
3+
### Feat
4+
5+
- **heuristics**: add whitespace check to detect excessive spacing and invisible characters for malware check (#1086)
6+
- add reproducible central buildspec generation (#1115)
7+
- **heuristics**: improve differentiation between stub packages and dependency confusion attacks (#1174)
8+
- **heuristics**: add two analyzers to detect dependency confusion and distinguish from stub packages (#1117)
9+
10+
### Fix
11+
12+
- gen-build-spec SQL query to look up build-as-code check build command joins on incorrect column (#1207)
13+
- handle all tarfile extract errors (#1206)
14+
- ensure Python 3.11.13 is used to address GHSA-4xh5-x5gv-qwph (#1197)
15+
- **docs**: path of script download example (#1193)
16+
- improve build tool detection (#1169)
17+
18+
### Refactor
19+
20+
- improve logging in console for macaron commands (#1160)
21+
122
## v0.17.0 (2025-08-27)
223

324
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ version_files = [
144144
"src/macaron/__init__.py:__version__",
145145
]
146146
major_version_zero = true
147-
version = "0.17.0"
147+
version = "0.18.0"
148148

149149

150150
# 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.17.0"
11+
__version__ = "0.18.0"
1212

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

0 commit comments

Comments
 (0)