diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..5547f83 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d598c7..357fba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/fourTheorem/duck-query-lambda/compare/v0.1.0...v0.1.1) (2025-05-13) + + +### Bug Fixes + +* **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)) + ## [0.1.0](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.8...v0.1.0) (2025-04-28) diff --git a/README.md b/README.md index c3fadb2..b0c87d5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The Lambda Layer for this DuckDB runtime is available in the AWS Serverless Appl Properties: Location: ApplicationId: arn:aws:serverlessrepo:eu-west-1:949339270388:applications/duck-query-lambda - SemanticVersion: 0.1.0 # x-release-please-version + SemanticVersion: 0.1.1 # x-release-please-version ``` - Install using the AWS CDK: @@ -42,7 +42,7 @@ import * as sam from "aws-cdk-lib/aws-sam"; new sam.CfnApplication(this, "DuckQueryRuntimeLayer", { location: { applicationId: "arn:aws:serverlessrepo:eu-west-1:949339270388:applications/duck-query-lambda", - semanticVersion: "0.1.0", // x-release-please-version + semanticVersion: "0.1.1", // x-release-please-version }, }); ``` diff --git a/template.yaml b/template.yaml index 52e0aed..0662b13 100644 --- a/template.yaml +++ b/template.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['layer','lambda','runtime','duckdb'] HomePageUrl: https://github.com/fourTheorem/duck-query-lambda - SemanticVersion: 0.1.0 # x-release-please-version + SemanticVersion: 0.1.1 # x-release-please-version SourceCodeUrl: https://github.com/fourTheorem/duck-query-lambda Transform: AWS::Serverless-2016-10-31