File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ Possible header types:
11
11
12
12
## [ Unreleased]
13
13
14
+ ## v1.2.1 (2023-02-03)
15
+
16
+ ### Bug Fixes
17
+
18
+ - Fix: ` Settings.SKIP_BUILD ` should not default to ` true `
19
+
14
20
## v1.2.0 (2023-02-03)
15
21
16
22
### Bug Fixes
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export class RustFunction extends Function {
96
96
if ( Settings . SKIP_BUILD === undefined )
97
97
Settings . SKIP_BUILD = ! asBool (
98
98
scope . node . tryGetContext ( 'build' ) ,
99
- 'F '
99
+ 'T '
100
100
) ;
101
101
102
102
// Build with `cargo-lambda`
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rust.aws-cdk-lambda" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " A CDK (v2) Construct Library for AWS Lambda in Rust" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments