Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.8"
".": "0.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.0](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.8...v0.1.0) (2025-04-28)


### Features

* add JSON output format ([#20](https://github.com/fourTheorem/duck-query-lambda/issues/20)) ([dc27b87](https://github.com/fourTheorem/duck-query-lambda/commit/dc27b8769ee37f71169acccdcbc077c37bb437bf))

## [0.0.8](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.7...v0.0.8) (2025-02-18)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.8 # x-release-please-version
SemanticVersion: 0.1.0 # x-release-please-version
```

- Install using the AWS CDK:
Expand All @@ -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.0.8", // x-release-please-version
semanticVersion: "0.1.0", // x-release-please-version
},
});
```
Expand Down
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
ReadmeUrl: README.md
Labels: ['layer','lambda','runtime','duckdb']
HomePageUrl: https://github.com/fourTheorem/duck-query-lambda
SemanticVersion: 0.0.8 # x-release-please-version
SemanticVersion: 0.1.0 # x-release-please-version
SourceCodeUrl: https://github.com/fourTheorem/duck-query-lambda

Transform: AWS::Serverless-2016-10-31
Expand Down