Skip to content

Commit

Permalink
Merge pull request #53 from swimlane/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--atomic-operator-runner

chore(main): release 0.2.0
  • Loading branch information
MSAdministrator authored Feb 1, 2023
2 parents b0c5619 + f5ee6b2 commit 9677929
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.0](https://github.com/swimlane/atomic-operator-runner/compare/0.1.9...0.2.0) (2023-02-01)


### ⚠ BREAKING CHANGES

* Adding the ability to copy a file from local to a remote host

### Features

* Added two new methods to remote.py to copy files to windows and nix based hosts ([fdbff59](https://github.com/swimlane/atomic-operator-runner/commit/fdbff59341002605559717a753773fe65166ddaa))
* Adding new execption types for coping of files to a remote host ([84ca533](https://github.com/swimlane/atomic-operator-runner/commit/84ca533e1df8d6fef737d02f063477278b6f05fe))
* Adding the ability to copy a file from local to a remote host ([3134779](https://github.com/swimlane/atomic-operator-runner/commit/3134779ead94d0ae7023c90e63f6dcd6e87c2943))


### Bug Fixes

* Updated distribute CI to trigger on published release ([8b8ef87](https://github.com/swimlane/atomic-operator-runner/commit/8b8ef8793578bff13cd184fbdde625b1856a992e))
* Updating format based on pre-commit hooks and code quality standards ([71a8be3](https://github.com/swimlane/atomic-operator-runner/commit/71a8be31dcb9857d50437b564e732db2f7f8c4f2))

## [0.1.9](https://github.com/swimlane/atomic-operator-runner/compare/0.1.8...0.1.9) (2022-09-14)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "atomic-operator-runner"
version = "0.1.9"
version = "0.2.0"
description = "atomic-operator-runner"
authors = ["Josh Rickard <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9677929

Please sign in to comment.