What's Changed
* CHIA-1527: Add chia-sha2 crate to prevent cyclic dependency with clvmr by Rigidity in https://github.com/Chia-Network/chia_rs/pull/735
* move mypy config into config by altendky in https://github.com/Chia-Network/chia_rs/pull/733
* Bump to 0.14.1 by Rigidity in https://github.com/Chia-Network/chia_rs/pull/736
* Fix clippy warnings and py-bindings on chia-consensus by Rigidity in https://github.com/Chia-Network/chia_rs/pull/737
* pass `ParseState` by reference into `validate_conditions()` by arvidn in https://github.com/Chia-Network/chia_rs/pull/738
* remove unused `run_puzzle()` function by arvidn in https://github.com/Chia-Network/chia_rs/pull/739
* release GIL when validating signatures by arvidn in https://github.com/Chia-Network/chia_rs/pull/743
* use regexes for stubtest allowlists, ignore all of `chia_rs.chia_rs` by altendky in https://github.com/Chia-Network/chia_rs/pull/740
* update gen-corpus to save block generators by arvidn in https://github.com/Chia-Network/chia_rs/pull/747
* clean up test-block-generators to be more useful for future work by arvidn in https://github.com/Chia-Network/chia_rs/pull/746
* Change BLSCache to use the augmented message for its lookup by matt-o-how in https://github.com/Chia-Network/chia_rs/pull/744
* make BlsCache thread safe by adding an internal mutex by arvidn in https://github.com/Chia-Network/chia_rs/pull/750
* [CHIA-1562] validate block signature as part of `run_block_generator()` by arvidn in https://github.com/Chia-Network/chia_rs/pull/745
* [CHIA-1563] add function to run a *trusted* block and return additions and removals. by arvidn in https://github.com/Chia-Network/chia_rs/pull/748
* Add needed items for sdist by emlowe in https://github.com/Chia-Network/chia_rs/pull/755
* bump chia_rs version to 0.15.0 by arvidn in https://github.com/Chia-Network/chia_rs/pull/756
**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.14.0...0.15.0