Skip to content

Commit ab788d3

Browse files
authored
chore(main): release 0.1.1 (#23)
1 parent 7afddec commit ab788d3

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/fourTheorem/duck-query-lambda/compare/v0.1.0...v0.1.1) (2025-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **temp_directory:** set temp_directory to /tmp ([#22](https://github.com/fourTheorem/duck-query-lambda/issues/22)) ([7afddec](https://github.com/fourTheorem/duck-query-lambda/commit/7afddec184cb24213e722419cd55ddbb418719f7))
9+
310
## [0.1.0](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.8...v0.1.0) (2025-04-28)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Lambda Layer for this DuckDB runtime is available in the AWS Serverless Appl
3131
Properties:
3232
Location:
3333
ApplicationId: arn:aws:serverlessrepo:eu-west-1:949339270388:applications/duck-query-lambda
34-
SemanticVersion: 0.1.0 # x-release-please-version
34+
SemanticVersion: 0.1.1 # x-release-please-version
3535
```
3636
3737
- Install using the AWS CDK:
@@ -42,7 +42,7 @@ import * as sam from "aws-cdk-lib/aws-sam";
4242
new sam.CfnApplication(this, "DuckQueryRuntimeLayer", {
4343
location: {
4444
applicationId: "arn:aws:serverlessrepo:eu-west-1:949339270388:applications/duck-query-lambda",
45-
semanticVersion: "0.1.0", // x-release-please-version
45+
semanticVersion: "0.1.1", // x-release-please-version
4646
},
4747
});
4848
```

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
ReadmeUrl: README.md
1111
Labels: ['layer','lambda','runtime','duckdb']
1212
HomePageUrl: https://github.com/fourTheorem/duck-query-lambda
13-
SemanticVersion: 0.1.0 # x-release-please-version
13+
SemanticVersion: 0.1.1 # x-release-please-version
1414
SourceCodeUrl: https://github.com/fourTheorem/duck-query-lambda
1515

1616
Transform: AWS::Serverless-2016-10-31

0 commit comments

Comments
 (0)