Skip to content

Commit

Permalink
Merge pull request #75 from swimlane/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.9.1
  • Loading branch information
MSAdministrator authored Dec 24, 2023
2 parents 8db0118 + 382ea35 commit 9756e48
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## [0.9.1](https://github.com/swimlane/atomic-operator/compare/0.9.0...v0.9.1) (2023-12-24)


### Bug Fixes

* Adding pretty run output ([67bf78a](https://github.com/swimlane/atomic-operator/commit/67bf78a8a9d075783a953142549051cbd13cce29))
* Removing old python setup files and updating ci ([efdad4e](https://github.com/swimlane/atomic-operator/commit/efdad4ef787b7f0178b7f310c2c1cbb53d3bd444))
* removing setting in ci ([892079c](https://github.com/swimlane/atomic-operator/commit/892079c3b651f3567f2597cd2213ebc0514a80c2))
* Updated docs ([22c76da](https://github.com/swimlane/atomic-operator/commit/22c76dab4075aebe8708f7dd57af689144bb1ffe))
* Updatind dependencies ([256633b](https://github.com/swimlane/atomic-operator/commit/256633baba2a52ed8141562020aaf72162c16f06))

## [0.9.0](https://github.com/swimlane/atomic-operator/compare/0.8.5...0.9.0) (2023-03-06)


Expand Down
2 changes: 1 addition & 1 deletion atomic_operator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__title__ = "atomic-operator"
__description__ = "A python package to execute Atomic tests"
__url__ = "https://github.com/swimlane/atomic-operator"
__version__ = "0.9.0"
__version__ = "0.9.1"
__author__ = "Swimlane"
__author_email__ = "info@swimlane.com"
__maintainer__ = "MSAdministrator"
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"
version = "0.9.0"
version = "0.9.1"
description = "A python package to execute security tests on remote and local hosts"
authors = ["MSAdministrator <MSAdministrator@users.noreply.github.com>"]
maintainers = ["MSAdministrator <MSAdministrator@users.noreply.github.com>"]
Expand Down

0 comments on commit 9756e48

Please sign in to comment.