Skip to content

Commit 96007f3

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.29
1 parent 930cded commit 96007f3

5 files changed

+16
-9
lines changed

.changes/1.29.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2021-07-20",
3+
"version" : "1.29",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "When uploading a file to S3, the content type is now set accoriding to the files extension"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix being unable to update Lambda configuration if the Image packaging type"
10+
} ]
11+
}

.changes/next-release/bugfix-c3dd1429-f670-4567-b2c0-69dec0a3ac93.json

-4
This file was deleted.

.changes/next-release/feature-378a18b3-1289-4e13-bf6c-af2908325d4c.json

-4
This file was deleted.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# _1.29_ (2021-07-20)
2+
- **(Feature)** When uploading a file to S3, the content type is now set accoriding to the files extension
3+
- **(Bug Fix)** Fix being unable to update Lambda configuration if the Image packaging type
4+
15
# _1.28_ (2021-07-12)
26
- **(Breaking Change)** Python 2.7 Lambda template removed from New Project Wizard
37
- **(Feature)** Adding the ability to inject credentials/region into existing IntelliJ IDEA and PyCharm Run Configurations (e.g Application, JUnit, Python, PyTest). This requires experiments `aws.feature.javaRunConfigurationExtension` / `aws.feature.pythonRunConfigurationExtension`, see [Enabling Experiments](https://github.com/aws/aws-toolkit-jetbrains/blob/master/README.md#experimental-features)

gradle.properties

+1-1
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.29-SNAPSHOT
5+
toolkitVersion=1.29
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)