CHANGES
=======

0.0.8
-----

* Fix package to be 'karborclient'
* fix .coveragerc

0.0.7
-----

* Change package name back to smaugclient

0.0.6
-----

* Change Smaug to Karbor
* Updated from global requirements
* Remove discover from test-requirements
* Fix the parameter field not being successfully passed with plan create command
* Fix checkpoint delete error because of provider api update
* fix scheduledoperation show and delete
* fix scheduledoperation list, object has no attribute 'type'
* Fixed argment in trigger-create and scheduledoperation-create
* Remove unused LOG
* Add __ne__ built-in function
* Updated from global requirements

0.0.5
-----

* Return actual object, not raw, when creating
* Updated from global requirements
* The parameters of plan could be an empty dict without being configured
* Updated from global requirements

0.0.4
-----

* Fix creating scheduled_operations error
* Add a field parameters to resource plans
* Remove the project_id in the url of smaugclient resource

0.0.3
-----

* Manual update from global-requirements
* Switch to post-versioning
* Add show protectables instance endpoint
* Fix missing a resource class Instances

0.0.2
-----

* Implement the ScheduledOperation cli of smaugclient
* Implement the triggers cli of smaugclient
* Implement the checkpoints cli of smaugclient
* Implement the providers cli of smaugclient
* Implement the protectable cli of smaugclient
* Implement the restore cli of smaugclient
* Implement the plans cli of smaug
* Skeleton for the smaug cli client
* Sync common code from oslo-incubator
* Initial Cookiecutter for python-smaugclient
* Added .gitreview
