Skip to content

Commit

Permalink
Updating version to 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Sep 7, 2021
1 parent 2a62758 commit fcd7e71
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .changes/1.32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2021-09-07",
"version" : "1.32",
"entries" : [ {
"type" : "bugfix",
"description" : "Fix IDE error about context.module being null (#2776)"
}, {
"type" : "bugfix",
"description" : "Fix NullPointerException calling isInTestSourceContent (#2752)"
} ]
}

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# _1.32_ (2021-09-07)
- **(Bug Fix)** Fix IDE error about context.module being null ([#2776](https://github.com/aws/aws-toolkit-jetbrains/issues/2776))
- **(Bug Fix)** Fix NullPointerException calling isInTestSourceContent ([#2752](https://github.com/aws/aws-toolkit-jetbrains/issues/2752))

# _1.31_ (2021-08-17)
- **(Feature)** Add support for Python 3.9 Lambdas
- **(Bug Fix)** Fix regression in SAM run configurations using file-based input ([#2762](https://github.com/aws/aws-toolkit-jetbrains/issues/2762))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=1.32-SNAPSHOT
toolkitVersion=1.32

# Publish Settings
publishToken=
Expand Down

0 comments on commit fcd7e71

Please sign in to comment.