Features
-------------
- Support v4 bundle format, including machine spec (r137)
- When deploying, reuse existing machine if possible (r145)
- Support constraints defined as string, list, or dict (r149)
- Support charms specified by an absolute local path (r150)
Bug Fixes
--------------
- Allow options: None in service config (r138)
- log spelling fix (r139)
- Don't deploy bundle if unit placement points to subordinate (r140)
- Wait up to one minute for status info (r146)
- Add --format=yaml to juju status cmd (r147)
- Fixed git support (r148)
- Various test fixes