**Outdated Python 2.x execution support of Vermin has been removed. (https://github.com/netromdk/vermin/pull/200)
But 2.x detections still function as before!**
* Python 3.12 support and 120 new rules (https://github.com/netromdk/vermin/pull/204)
* 104 classes/functions/constants members etc.
* 16 kwargs
* Detect type alias statement `type X = SomeType` ([PEP-695](https://peps.python.org/pep-0695/))
* No longer require that the number of targets match requirements in relation to `--violations` mode (brenns10, https://github.com/netromdk/vermin/pull/234, https://github.com/netromdk/vermin/issues/230)
* Fix overriding config exclusion regexes from other instance (https://github.com/netromdk/vermin/pull/237)
* Added `zoneinfo` backport (!2, 3.6, https://github.com/netromdk/vermin/pull/196)
* Add more project boundaries (https://github.com/netromdk/vermin/pull/201)
* Perforce Helix Core: `.p4root`
* Pijul: `.pijul`
* Correct a typo in `CONTRIBUTING.md` (felixonmars , https://github.com/netromdk/vermin/pull/214)
* Fixed execution of ps script (https://github.com/netromdk/vermin/pull/209)
* Semgrep improvements (https://github.com/netromdk/vermin/pull/206)
* Semgrep fixes (https://github.com/netromdk/vermin/pull/208)
* [actions] SAST with Semgrep (https://github.com/netromdk/vermin/pull/205)
* Security fixes (https://github.com/netromdk/vermin/pull/227)