* Fixed implementation flaw in ``Results.details``. * Test coverage is now 100%.
4.3.0
======
* Added ``Client.from_env()`` to initialize a client loading the API key from the keyring or environment. * 13: ``Result`` objects now resolve as False and return empty ``info`` and ``pods`` attributes when query was unsuccessful.
4.2.0
======
* 28: Adapt to support API change from ``.plainText`` to ``.plaintext``. * Moved usage guide to source and published through the docs and validate the usage with doctests.
4.1.1
======
* 26: Fix error when ``always_iterable`` recognizes a dict as a list of keys.
4.1.0
======
* 21: Adapt to support API change from ``.text`` to ``.plainText``. * Refreshed package metadata.