v0.4.0
What's new
Changed ⚠️
- Breaking changs to
Beaker
client API. Methods for services have been split up into seperate service clients. For example, previously you would create an image withbeaker.create_image()
, whereas now you would dobeaker.image.create()
.
Commits
353c5a6 split up service clients (#42)
732c6aa updates to docs and error handling (#41)