* 445: Suppress errors when ``sys.argv`` is not a list of at least one element.
21.3.0
=======
* 440: Keyring now honors XDG_CONFIG_HOME as ``~/.config``. * 452: SecretService ``get_credential`` now returns ``None`` for unmatched query.
21.2.1
=======
* 426: Restored lenience on startup when entry point metadata is missing. * 423: Avoid RecursionError when initializing backends when a limit is supplied.
21.2.0
=======
* 372: Chainer now deterministically resolves at a lower priority than the Fail keyring (when there are no backends to chain). * 372: Fail keyring now raises a ``NoKeyringError`` for easier selectability. * 405: Keyring now logs at DEBUG rather than INFO during backend startup.
21.1.1
=======
* Refreshed package metadata.
21.1.0
=======
* 380: In SecretService backend, close connections after using them.