What's Changed
* Also run unit tests on pypy3 by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/1
* Unbreak black by updating it to 22.3.0 by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/3
* Fixed exception handling in catch_sigpipe by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/2
* Add support for reading from stdin to beacon-dump by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/4
* Improved handling for empty or all zero xorkey buffer in utils.xor by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/5
* Refactor OSError exception handling in catch_sigpipe decorator by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/7
* Apply black --check and --diff options via .pre-commit-config.yaml only by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/8
* Determine Sphinx docs version from `dissect.cobaltstrike._version` by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/6
* Add process exit code to beacon-dump by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/9
* Refactor `pytest.raises` statements to use `match` keyword by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/10
* Add tests for `dissect.cobaltstrike.beacon` main function by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/11
* Update README.rst by yunzheng in https://github.com/fox-it/dissect.cobaltstrike/pull/12
New Contributors
* yunzheng made their first contribution in https://github.com/fox-it/dissect.cobaltstrike/pull/1
**Full Changelog**: https://github.com/fox-it/dissect.cobaltstrike/compare/v0.1.0...v0.2.0