Update changelog for 0.2.0
[osm/N2VC.git] / docs / changelog.rst
1 Change Log
2 ----------
3
4 0.2.0
5 ^^^^^
6 Thu Feb 16 2017
7
8 * Add default ssh key to newly created model.
9 * Add loop helpers and simplify examples/deploy.py
10 * Add support for deploying local charms, and bundles containing local charm paths.
11 * Add ability to get cloud name for controller.
12 * Bug fix - fix wrong api used in Model.destroy_unit()
13 * Add error detection in bundle deploy.
14
15 0.1.2
16 ^^^^^
17 Thu Dec 22 2016
18
19 * Bug fix - Include docs in package
20
21 0.1.1
22 ^^^^^
23 Thu Dec 22 2016
24
25 * Bug fix - Include VERSION file in package
26
27 0.1.0
28 ^^^^^
29 Wed Dec 21 2016
30
31 * Initial Release