Skip to content

Commit 630096c

Browse files
committed
Bump version to 0.10.0
1 parent c42b7e5 commit 630096c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.10.0 (2021-01-04)
2+
-------------------
3+
4+
* Add support for SSM managed instances. These instances are prefixed by `mi-` (contribution by [@awiddersheim](https://github.com/awiddersheim))
5+
* Error messages that are raised when AWS API querying fails are now visible (contribution by [@awiddersheim](https://github.com/awiddersheim))
6+
* Minor performance improvements ([#691](https://github.com/xen0l/aws-gate/pull/691), [#693](https://github.com/xen0l/aws-gate/pull/693)) (contribution by [@awiddersheim](https://github.com/awiddersheim))
7+
18
0.9.3 (2020-12-23)
29
------------------
310

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.9.3"
1+
__version__ = "0.10.0"
22
__description__ = "aws-gate - AWS SSM Session Manager client CLI"
33
__author__ = "Adam Stevko"
44
__author_email__ = "adam.stevko@gmail.com"

0 commit comments

Comments
 (0)