Skip to content

Commit fcd7e71

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.32
1 parent 2a62758 commit fcd7e71

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

.changes/1.32.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2021-09-07",
3+
"version" : "1.32",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix IDE error about context.module being null (#2776)"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix NullPointerException calling isInTestSourceContent (#2752)"
10+
} ]
11+
}

.changes/next-release/bugfix-0d3ce222-365f-4cbb-8d1e-b7189e71816d.json

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

.changes/next-release/bugfix-f5af5b28-b2de-4eb6-8a23-7a725b8afe8b.json

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# _1.32_ (2021-09-07)
2+
- **(Bug Fix)** Fix IDE error about context.module being null ([#2776](https://github.com/aws/aws-toolkit-jetbrains/issues/2776))
3+
- **(Bug Fix)** Fix NullPointerException calling isInTestSourceContent ([#2752](https://github.com/aws/aws-toolkit-jetbrains/issues/2752))
4+
15
# _1.31_ (2021-08-17)
26
- **(Feature)** Add support for Python 3.9 Lambdas
37
- **(Bug Fix)** Fix regression in SAM run configurations using file-based input ([#2762](https://github.com/aws/aws-toolkit-jetbrains/issues/2762))

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.32-SNAPSHOT
5+
toolkitVersion=1.32
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)