* Use the version of oniguruma distributed with jq.
1.6.0
-----
* Update to jq 1.7.
* Add support for building with Cython 3.
* Add support for building with the system libjq and libonig instead of building using the bundled source.
* Include tests in sdist.
1.5.0
-----
* Add input_value, input_values and input_text methods as replacements for the input method. The input method is still supported.
* Add support for slurp when calling input_text.
* Add support for Python 3.12.
* Build macOS arm64 wheels.
1.4.1
-----
* Improve handling of null bytes in program inputs and outputs.
1.4.0
-----
* Update handling of non-finite numbers to match the behaviour jq 1.6. Specifically, NaN is outputted as None, Inf is outputted as DBL_MAX, and -Inf is outputted as DBL_MIN.