This release mainly fixes the compatibility with dissect.cstruct
v4 and drops support for EOL Python versions going forward, the minimal requirement is now Python 3.9.
Python packages are now also automatically uploaded to pypi.org, including the dev packages from the main branch.
This means you can now install the latest development version using the --pre
flag:
$ pip install --pre dissect.cobaltstrike
What's Changed
- Pin sphinx_rtd_theme>=2.0 to fix readthedocs by @yunzheng in #57
- Update minimal Python requirement to 3.9 by @yunzheng in #58
- Compatibility with cstruct v4 by @yunzheng in #56
- Update GitHub Actions to use latest versions by @yunzheng in #59
- Update pre-commit checks to latest versions by @yunzheng in #60
- Migrate setuptools to full pyproject.toml only by @yunzheng in #61
- Switch GitHub workflow to dissect-ci.yml by @yunzheng in #62
Full Changelog: v1.1.0...v1.2.0