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 d28a701 commit 29dc311Copy full SHA for 29dc311
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.9.1 (2020-10-06)
2
+------------------
3
+
4
+* Add bash completion for **exec**(contribution by [@kit494way](https://github.com/kit494way))
5
+* Fix ls to show instances without Name tag (contribution by [@kit494way](https://github.com/kit494way))
6
+* Pass environment on to subprocess and support running behind a proxy (contribution by [@DanSipola](https://github.com/DanSipola))
7
8
0.9.0 (2020-05-03)
9
------------------
10
aws_gate/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.9.0"
+__version__ = "0.9.1"
__description__ = "aws-gate - AWS SSM Session Manager client CLI"
__author__ = "Adam Stevko"
__author_email__ = "[email protected]"
0 commit comments