* 310: Keyring now loads all backends through entry points.
For most users, this release will be fully compatible. Some users may experience compatibility issues if entrypoints is not installed (as declared) or the metadata on which entrypoints relies is unavailable. For that reason, the package is released with a major version bump.
11.1.0
======
* 312: Use ``entrypoints`` instead of pkg_resources to avoid performance hit loading pkg_resources. Adds a dependency on ``entrypoints``.
11.0.0
======
* 294: No longer expose ``keyring.__version__`` (added in 8.1) to avoid performance hit loading pkg_resources.
10.6.0
======
* 299: Keyring exceptions are now derived from a base ``keyring.errors.KeyringError``.