CHANGES
=======

1.1.0
-----

* Removed usage of the py3kcompat module

1.0.1
-----

* Fixes the dict comparison in the tests
* Bugfix when submitting language pack
* cleaning up index.rst file
* Refactor the plan/app commands to respect the CrudManager Design
* Delete assembly and plan by name as well as id. Fixes-bug: #1317975
* When creating an assembly find the plan_uri from the name
* Allow showing/deleting by name as well as uuid
* Add a FindMixin class to help with getting resources by name
* Improve the context of error messages
* Improve the output when there is a functional error
* Updated from global requirements
* Updated from global requirements
* Corrected 'collection_key' and 'key'
* Print meaningul error when invalid target specified and exit

1.0.0
-----

* Return 'trigger_uri' on assembly create and show
* Updated from global requirements
* Return 'application_uri' attribute on assembly create and show
* Replace get action with show
* Adding commands for LanguagePack
* Updated from global requirements
* Fix assertEqual argument order in tests
* Fix client error handling
* Add app get command
* Factor out common code in test_plan
* Factor out common code in test_assembly
* Remove unnecessary print statements from solum cmdline client
* Add uri to the output of "solum app create"
* make sure the package name is used to get the version
* Stop printing "Solum Python Command..."
* Updating the help message
* Change plan_uuid to plan_uri in assembly
* Adding 'assembly get' command
* work around the pypy bug
* Set the service_type for the builder
* Add more tests for command line client
* Remove unnecessary print statements from solum cmdline client
* Fix solumclient alias overlap with package name in tests
* Switch to oslosphinx
* Updated from global requirements
* Connect assembly commands and Rest API
* Add plan manager and corresponding tests
* Add solum builder client
* Sync oslo modules from oslo-incubator
* Updated from global requirements
* Updated from global requirements
* Connect CLI and python client
* Add console script entry point for solum
* Add more methods to Component manager
* Add more methods to Assembly manager
* Use CrudManager for assembly and component
* Remove tox locale overrides
* Support building wheels (PEP-427)
* Solum M1 argparse-based Python CLI
* Add assembly and component resource managers
* Add initial solum client code
* Sync oslo modules from oslo-incubator
* Add bash driver for coverage tool
* Updated from global requirements
* Sync oslo apiclient module
* Add log module from oslo-incubator
* Add test module from oslo-incubator
* Add apiclient module from oslo-incubator
* Remove unused install_venv_common from openstack-common.conf
* Add reasons to ignore flake8 checks as comments
* Add HACKING.rst
* Update hacking version to match with global requirements
* Update README
* Fix pep8 W292 violation
* Initial commit created using OpenStack cookiecutter template
