What's Changed
* ci: fix pypi publish by ixje in https://github.com/CityOfZion/neo-mamba/pull/244
* ci: update CI shield badge by ixje in https://github.com/CityOfZion/neo-mamba/pull/245
* setup: specify the supported Python versions in setup.cfg by Hecate2 in https://github.com/CityOfZion/neo-mamba/pull/246
* vm: add new opcodes PUSHT & PUSHF by ixje in https://github.com/CityOfZion/neo-mamba/pull/247
* docs: remove obsolete statement on ARM support by ixje in https://github.com/CityOfZion/neo-mamba/pull/251
* setup: update documentation related commands in Makefile by ixje in https://github.com/CityOfZion/neo-mamba/pull/252
* vm: add support for pushing dicts in ScriptBuilder by ixje in https://github.com/CityOfZion/neo-mamba/pull/254
* vm: optimise opcode generation when pushing Sequence types in ScriptBuilder by NeoDashboard in https://github.com/CityOfZion/neo-mamba/pull/256
* contracts: add Backwards option for Find SYSCALL by ixje in https://github.com/CityOfZion/neo-mamba/pull/257
* setup: Python 3.11 support by ixje in https://github.com/CityOfZion/neo-mamba/pull/259
* api: remove debug code by ixje in https://github.com/CityOfZion/neo-mamba/pull/261
* api: add as_bytes to unwrap helpers by ixje in https://github.com/CityOfZion/neo-mamba/pull/263
* api: fix type of data argument by ixje in https://github.com/CityOfZion/neo-mamba/pull/264
* vm: add stack limit to iterator unwrapping by ixje in https://github.com/CityOfZion/neo-mamba/pull/265
* ci: resolve setup-python deprecation warning by ixje in https://github.com/CityOfZion/neo-mamba/pull/266
* network: fix WitnessCondition deserialization by ixje in https://github.com/CityOfZion/neo-mamba/pull/267
* api: expose data argument on transfer_friendly by ixje in https://github.com/CityOfZion/neo-mamba/pull/268
* wallet: fix Wallet.from_json/from_file for multiple accounts with passwords by ixje in https://github.com/CityOfZion/neo-mamba/pull/269 **(BREAKING CHANGE)**
* api: add 1 out n multi-sig signing support for use with ChainFacade by ixje in https://github.com/CityOfZion/neo-mamba/pull/270
* wallet: add public_key_to_script_hash() utility function by ixje in https://github.com/CityOfZion/neo-mamba/pull/271
**Full Changelog**: https://github.com/CityOfZion/neo-mamba/compare/v1.0.0...v2.0.0