New features
* Add [`sort_objects()`](https://lightkube.readthedocs.io/en/stable/codecs/#sorting-resource-objects) to make batch resource actions simpler by ca-scribner in https://github.com/gtsystem/lightkube/pull/33.
* Add [functions](https://lightkube.readthedocs.io/en/stable/utils/#quantity) to parse and compare quantities by sed-i in https://github.com/gtsystem/lightkube/pull/37
* Add new ways to create generic resources by ca-scribner in https://github.com/gtsystem/lightkube/pull/34
* If we have a YAML file that both defines a CRD and loads an instance of it, we can now use `load_all_yaml(..., create_resources_for_crds=True)`
* Load existing custom resource from a cluster via [`load_in_cluster_generic_resources(...)`](https://lightkube.readthedocs.io/en/stable/generic-resources/#convenience-functions-for-generic-resources).
Bug fix
* Add handling of empty YAML in `codecs.load_all_yaml(...)` by ca-scribner in https://github.com/gtsystem/lightkube/pull/31
New Contributors
* ca-scribner made their first contribution in https://github.com/gtsystem/lightkube/pull/31
* sed-i made their first contribution in https://github.com/gtsystem/lightkube/pull/37
**Full Changelog**: https://github.com/gtsystem/lightkube/compare/v0.10.2...v0.11.0