What's Changed
* Clean up invoke tasks, docs, and linting by icgood in https://github.com/icgood/pysasl/pull/28
* Remove venv check in invoke tasks by icgood in https://github.com/icgood/pysasl/pull/29
* Revamp to improve API and typing by icgood in https://github.com/icgood/pysasl/pull/30
* Update BuiltinHash to use base64 digests by icgood in https://github.com/icgood/pysasl/pull/31
* Reorganize to allow config object by icgood in https://github.com/icgood/pysasl/pull/32
* Use passlib compatible format for BuiltinHash by icgood in https://github.com/icgood/pysasl/pull/33
* Fix BuiltinHash hash name for pbkdf2-sha1 by icgood in https://github.com/icgood/pysasl/pull/34
* Simplify the get_hash function by icgood in https://github.com/icgood/pysasl/pull/35
* Add support for Python 3.11 by icgood in https://github.com/icgood/pysasl/pull/36
* Set version 1.0.0 by icgood in https://github.com/icgood/pysasl/pull/37
**Full Changelog**: https://github.com/icgood/pysasl/compare/0.10.0...1.0.0