We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7122859 commit 5017324Copy full SHA for 5017324
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.7.2 (2019-11-30)
2
+------------------
3
+
4
+* Docker container is now available
5
+* Tests have been refactored to use pytest
6
+* aws-gate now uses Github Actions
7
8
0.7.1 (2019-11-11)
9
------------------
10
aws_gate/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.7.1"
+__version__ = "0.7.2"
__description__ = "aws-gate - AWS SSM Session Manager client CLI"
__author__ = "Adam Stevko"
__author_email__ = "[email protected]"
0 commit comments