Skip to content

Commit e4440cd

Browse files
committed
Release v0.2.1
1 parent a4e3e14 commit e4440cd

File tree

6 files changed

+46
-30
lines changed

6 files changed

+46
-30
lines changed

.changes/0.2.0.json

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
[
2-
{
3-
"category": "Command History",
4-
"description": "Ensure aws prefix is not prepended twice in command history. Fixes `#157 <https://github.com/awslabs/aws-shell/issues/157>`__",
5-
"type": "bugfix"
6-
},
7-
{
8-
"category": "Keybinding",
9-
"description": "Switching between emacs/vi keybindings now functions properly",
10-
"type": "bugfix"
11-
},
12-
{
13-
"category": "Documentation",
14-
"description": "The documentation pane can now be focused and navigated. Fixes `#74 <https://github.com/awslabs/aws-shell/issues/74>`__, `#159 <https://github.com/awslabs/aws-shell/issues/159>`__",
15-
"type": "enhancement"
16-
}
17-
]
1+
{
2+
"schema-version": "1.0",
3+
"changes": [
4+
{
5+
"category": "Command History",
6+
"description": "Ensure aws prefix is not prepended twice in command history. Fixes `#157 <https://github.com/awslabs/aws-shell/issues/157>`__",
7+
"type": "bugfix"
8+
},
9+
{
10+
"category": "Keybinding",
11+
"description": "Switching between emacs/vi keybindings now functions properly",
12+
"type": "bugfix"
13+
},
14+
{
15+
"category": "Documentation",
16+
"description": "The documentation pane can now be focused and navigated. Fixes `#74 <https://github.com/awslabs/aws-shell/issues/74>`__, `#159 <https://github.com/awslabs/aws-shell/issues/159>`__",
17+
"type": "enhancement"
18+
}
19+
]
20+
}

.changes/0.2.1.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
[
2-
{
3-
"category": "AWS CLI",
4-
"description": "Fixes `#208 <https://github.com/awslabs/aws-shell/issues/208>`__. Update the AWS Shell to support the latest version of the AWS CLI.",
5-
"type": "bugfix"
6-
}
7-
]
1+
{
2+
"schema-version": "1.0",
3+
"changes": [
4+
{
5+
"category": "AWS CLI",
6+
"description": "Fixes `#208 <https://github.com/awslabs/aws-shell/issues/208>`__. Update the AWS Shell to support the latest version of the AWS CLI.",
7+
"type": "bugfix"
8+
}
9+
]
10+
}

.changes/0.2.2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"schema-version": "1.0",
3+
"changes": [
4+
{
5+
"type": "bugfix",
6+
"category": "Dependency",
7+
"description": "Fix bcdoc import errors. Fixes `#247 <https://github.com/awslabs/aws-shell/issues/247>`__."
8+
}
9+
]
10+
}

.changes/next-release/bugfix-Dependency-33422.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
CHANGELOG
33
=========
44

5+
0.2.2
6+
=====
7+
8+
* bugfix:Dependency: Fix bcdoc import errors. Fixes `#247 <https://github.com/awslabs/aws-shell/issues/247>`__.
9+
510
0.2.1
611
=====
712

awsshell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from awsshell import utils
1414

1515

16-
__version__ = '0.2.1'
16+
__version__ = '0.2.2'
1717

1818

1919
def determine_doc_index_filename():

0 commit comments

Comments
 (0)