Overview
We added an `easy_publish()` method to give users a simpler, streamlined way to publish. The previous `publish_servable()` method, which allows for a little more user specification of metadata, is still available. The aim is for these methods together to cover all of our user needs.
Additionally, we added more testing of our input validation methods.
What's Changed
* added first iteration of easy_publish by isaac-darling in https://github.com/DLHub-Argonne/dlhub_sdk/pull/153
* Dev by ascourtas in https://github.com/DLHub-Argonne/dlhub_sdk/pull/173
**Full Changelog**: https://github.com/DLHub-Argonne/dlhub_sdk/compare/v1.0.2...v1.1.0