What's Changed
* python 3.11 appears to be slower by arvidn in https://github.com/Chia-Network/chia_rs/pull/76
* move implementation-notes to this repo by arvidn in https://github.com/Chia-Network/chia_rs/pull/78
* eligible for deduplication by arvidn in https://github.com/Chia-Network/chia_rs/pull/77
* add new crate chia-bls by arvidn in https://github.com/Chia-Network/chia_rs/pull/68
* Build macOS ARM 3.8 by altendky in https://github.com/Chia-Network/chia_rs/pull/72
* update metadata for crates and bump rust edition to 2021 by arvidn in https://github.com/Chia-Network/chia_rs/pull/80
* move tree_hash() into its own crate (clvm-utils) by arvidn in https://github.com/Chia-Network/chia_rs/pull/79
* move protocol types into its own crate by arvidn in https://github.com/Chia-Network/chia_rs/pull/82
* move Coin, CoinState and RespondToPhUpdates into chia-protocol by arvidn in https://github.com/Chia-Network/chia_rs/pull/83
* update generate_type_stubs.py by arvidn in https://github.com/Chia-Network/chia_rs/pull/84
* support unnamed fields in PyStreamable by arvidn in https://github.com/Chia-Network/chia_rs/pull/85
* Fix python fields by arvidn in https://github.com/Chia-Network/chia_rs/pull/86
* add support for remaining primitive types to json serialization/deserialization by arvidn in https://github.com/Chia-Network/chia_rs/pull/88
* improve test coverage of edge case in merkle_tree_set by arvidn in https://github.com/Chia-Network/chia_rs/pull/87
* make generate_type_stubs list all files to generate type stubs for by arvidn in https://github.com/Chia-Network/chia_rs/pull/89
* instead of using a bool field, expose a flags field by arvidn in https://github.com/Chia-Network/chia_rs/pull/90
* add uncurry() function to clvm-utils by arvidn in https://github.com/Chia-Network/chia_rs/pull/81
* bump version to 0.1.15 by arvidn in https://github.com/Chia-Network/chia_rs/pull/91
**Full Changelog**: https://github.com/Chia-Network/chia_rs/compare/0.1.14...0.1.15