What's Changed
- style: apply updated style configs from template by @jsstevenson in #141
- Do not preserve permissions when pulling an instance with rsync by @theferrit32 in #144
- fix: resolve type errors/add type annotations by @jsstevenson in #151
- docs: add description of store() by @jsstevenson in #152
- refactor: use importlib instead of pkg_resources by @jsstevenson in #149
- fix: remove unneeded future imports by @jsstevenson in #153
- chore: fix license classifier by @jsstevenson in #154
- docs: add note about commit() by @jsstevenson in #157
- fix: properly initialize file handler by @jsstevenson in #160
- refactor: use Python 3 stdlib instead of six by @jsstevenson in #164
- style: format with Ruff by @jsstevenson in #158
- chore: add git ignore revs file by @jsstevenson in #165
- build: require python>=3.10 by @jsstevenson in #155
- refactor: resolve timezone-related python 3.12 deprecations by @jsstevenson in #161
- chore: remove unused YAPF config by @jsstevenson in #167
- feat: check rsync vs openrsync binary on CLI startup by @jsstevenson in #172
- 176 resolve testing warnings by @reece in #177
Full Changelog: 0.6.9...0.6.10