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 69f98d5 commit 417949eCopy full SHA for 417949e
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+0.11.3 (2022-08-04)
2
+-------------------
3
+
4
+* Maintenance release updating all dependency versions
5
+* Fix a default profile usage in session (contribution by [@adamdodev](https://github.com/adamdodev)
6
+* Fix issue with faulty import of `formatspec` from `inspect` (contribution by [@jvdrean](https://github.com/jvdrean)
7
+* Improved CI tests to include tests against Python 3.11
8
9
0.11.2 (2022-01-03)
10
-------------------
11
aws_gate/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.11.2"
+__version__ = "0.11.3"
__description__ = "aws-gate - AWS SSM Session Manager client CLI"
__author__ = "Adam Stevko"
__author_email__ = "[email protected]"
0 commit comments