Skip to content

Commit 261b85b

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.38
1 parent f252429 commit 261b85b

8 files changed

+28
-21
lines changed

.changes/1.38.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2022-02-17",
3+
"version" : "1.38",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix StringIndexOutOfBoundsException (#3025)"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix regression preventing ECR repository creation"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix Lambda run configuration exception while setting handler architecture"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix image-based Lambda debugging for Python 3.6"
16+
}, {
17+
"type" : "removal",
18+
"description" : "Removed support for 2020.3.x IDEs"
19+
} ]
20+
}

.changes/next-release/bugfix-3ec728c4-22f3-4d85-aacb-40b42a599ac8.json

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

.changes/next-release/bugfix-79c3a93c-68e7-4877-b0e1-835b49e5582b.json

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

.changes/next-release/bugfix-827be888-4e32-423e-b2c2-f0fdc6f59efa.json

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

.changes/next-release/bugfix-e8b8f1ea-0154-4b10-acfb-874379144dea.json

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

.changes/next-release/removal-dab330b2-ff17-4d8a-8487-3fe82b3c9359.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _1.38_ (2022-02-17)
2+
- **(Bug Fix)** Fix StringIndexOutOfBoundsException ([#3025](https://github.com/aws/aws-toolkit-jetbrains/issues/3025))
3+
- **(Bug Fix)** Fix regression preventing ECR repository creation
4+
- **(Bug Fix)** Fix Lambda run configuration exception while setting handler architecture
5+
- **(Bug Fix)** Fix image-based Lambda debugging for Python 3.6
6+
- **(Removal)** Removed support for 2020.3.x IDEs
7+
18
# _1.37_ (2022-01-06)
29
- **(Feature)** Add SAM Lambda ARM support
310
- **(Bug Fix)** Fix plugin deprecation warning in DynamoDB viewer ([#2987](https://github.com/aws/aws-toolkit-jetbrains/issues/2987))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=1.38-SNAPSHOT
5+
toolkitVersion=1.38
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)