Skip to content

Commit 417949e

Browse files
committed
Release 0.11.3
1 parent 69f98d5 commit 417949e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
0.11.2 (2022-01-03)
210
-------------------
311

aws_gate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.11.2"
1+
__version__ = "0.11.3"
22
__description__ = "aws-gate - AWS SSM Session Manager client CLI"
33
__author__ = "Adam Stevko"
44
__author_email__ = "[email protected]"

0 commit comments

Comments
 (0)