Skip to content

Commit

Permalink
Release 0.2.0. (#3)
Browse files Browse the repository at this point in the history
* Update ansible-core pin to 2.13.1.
* Bump version to 0.2.0.
* Prepare changelog for 0.2.0 release.
  • Loading branch information
mattclay committed Jun 21, 2022
1 parent 280f8cf commit 6f82061
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
@@ -1,11 +1,16 @@
Changelog
=========

0.2.0 - `main`_
0.3.0 - `main`_
---------------

.. note:: This version is not yet released.

0.2.0 - 2022-06-21
------------------

* Pin ``ansible-core`` dependency to version 2.13.1.

0.1.0 - 2022-05-13
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

dependencies = [
"ansible-core@https://github.com/ansible/ansible/archive/fe2d8b70669230cfde5608a4393efc1b8cec79ab.tar.gz",
"ansible-core == 2.13.1",
]

dynamic = [
Expand Down
2 changes: 1 addition & 1 deletion src/containmint.py
Expand Up @@ -28,7 +28,7 @@
except ImportError:
argcomplete = None

__version__ = '0.1.0'
__version__ = '0.2.0'

PROGRAM_NAME = os.path.basename(__file__)
TAG_FORMAT = '{server}/{repo}:{tag}'
Expand Down

0 comments on commit 6f82061

Please sign in to comment.