Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Jun 10, 2021
1 parent 874f4a8 commit 377a356
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [Unreleased][]

[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.9.0...HEAD
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.10.0...HEAD

## [0.10.0][] - 2021-06-10

[0.10.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.9.0...0.10.0

### Added

Expand All @@ -18,6 +22,7 @@
- Stopped checking api version to generate dicts in `__to_dicts` function
- changed function names to match new version of libraries:
`delete, restart, poweroff, deallocate` -> `begin_delete, begin_restart, begin_poweroff, begin_deallocate`
- Switched from Travis to GitHub actions for building and releasing

## [0.9.0][] - 2021-03-15

Expand Down
2 changes: 1 addition & 1 deletion chaosazure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"discover", "__version__", "init_compute_management_client",
"init_website_management_client", "init_resource_graph_client"
]
__version__ = '0.9.0'
__version__ = '0.10.0'


def discover(discover_system: bool = True) -> Discovery:
Expand Down

0 comments on commit 377a356

Please sign in to comment.