What's Changed
* Bump version: 7.0.0 → 7.1.0-dev0 [ci skip] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2349
* build(deps): bump pluggy from 1.4.0 to 1.5.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2348
* tests: xfail bdist_dmg if resource is busy by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2352
* build(deps-dev): bump bump-my-version from 0.20.1 to 0.20.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2350
* build(deps): bump myst-parser from 2.0.0 to 3.0.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2351
* tests: add command line tests for build_exe by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2353
* ci: CI tests fails using macos-latest by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2359
* build(deps): bump coverage from 7.4.4 to 7.5.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2355
* hooks: fix regression in msys2 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2357
* hooks: Recompile the numpy.core.overrides module to limit optimization by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2358
* ci: try to catch a issue with macos by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2360
* hooks: fix unbound variable in load_subprocess under MINGW by cedk in https://github.com/marcelotduarte/cx_Freeze/pull/2363
* build(deps-dev): bump bump-my-version from 0.20.2 to 0.20.3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2365
* bdist_msi: ignore warning 'msilib' is deprecated by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2366
* tests: make msys2/mingw tests pass by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2367
* build(deps-dev): update pytest to 8.1.2, revert pyetst-xdist to 3.5.0 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2368
* samples: adapt code to support ruff rules by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2369
* build(deps): bump myst-parser from 3.0.0 to 3.0.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2371
* build(deps): bump pytest from 8.1.2 to 8.2.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2372
* build(deps): bump pytest-xdist[psutil] from 3.5.0 to 3.6.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2370
* build(deps-dev): bump bump-my-version from 0.20.3 to 0.21.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2377
* hooks: add pygobject by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2375
* build-wheel: reactivate universal2 wheels for macOS by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2378
* build(deps): bump coverage from 7.5.0 to 7.5.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2380
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2381
* build_exe: add new option --zip-filename by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2379
* hooks: improve multiprocessing hook to work with pytorch by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2382
* fix: global of main module to work better with multiprocessing by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2385
* hooks: additional translations to qt hooks by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2386
* chore: use compile() with dont_inherit and optimize by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2387
* doc: add faq 'Removing the MAX_PATH Limitation' by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2388
* hooks: update plugins and translations for qt 6.7 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2389
* hooks: add missing Qt plugins and translations by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2390
* hooks: add wayland Qt plugins automatically by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2391
* build(deps-dev): bump cibuildwheel from 2.17.0 to 2.18.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2393
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2394
* doc: use uv pip by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2395
* tests: xfail bdist_dmg when "Resource busy" [macOS] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2396
* chore: use uv pip to make installing packages faster by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2397
* bdist_deb: catch a cpio 2.13 bug by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2402
* build(deps-dev): bump bump-my-version from 0.21.0 to 0.21.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2399
* module: improve version method and add new methods by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2403
* hooks: support for numpy+mkl on conda linux by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2404
* hooks: support for numpy + oneMKL using pip windows by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2405
* build(deps): bump pytest from 8.2.0 to 8.2.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2407
* build(deps-dev): bump cibuildwheel from 2.18.0 to 2.18.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2408
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2409
* freezer: resolve dependencies to avoid symlink [linux] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2410
* build(deps): update setuptools requirement from <70,>=62.6 to >=62.6,<71 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2413
* freezer: resolve symlinks to always copy the source by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2415
* ci: add test to do more 'parser' and 'module' coverage by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2416
* module: fix distribuition installer multiline by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2418
* hooks: resolve dependencies to avoid symlink in numpy/mkl/blas conda linux by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2419
* hooks: add mkl by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2420
* chore: prepare to release by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2421
**Full Changelog**: https://github.com/marcelotduarte/cx_Freeze/compare/7.0.0...7.1.0