Enhancements:
* The standard JMESPath functions [`starts_with`](https://jmespath.org/specification.html#starts-with) and [`ends_with`](https://jmespath.org/specification.html#ends-with) now are matching in `project-config` the specification of Python's [`str.startswith`](https://docs.python.org/3/library/stdtypes.html?highlight=startswith#str.startswith) and [`str.endswith`](https://docs.python.org/3/library/stdtypes.html?highlight=startswith#bytearray.endswith) allowing to pass an array of strings as second parameters and the arguments `start` and `end`, see [`jmespath` plugin](https://mondeja.github.io/project-config/latest/reference/plugins.html#jmespath).
Bug fixes:
* Fixes some encoding issues in Windows.
* Fixes edge case exceptions when executing Python files to from JMESPath rules.