Skip to content

Commit d15678b

Browse files
authored
chore(main): release 0.1.0 (#21)
1 parent dc27b87 commit d15678b

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.0.8"
2+
".": "0.1.0"
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.0](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.8...v0.1.0) (2025-04-28)
4+
5+
6+
### Features
7+
8+
* add JSON output format ([#20](https://github.com/fourTheorem/duck-query-lambda/issues/20)) ([dc27b87](https://github.com/fourTheorem/duck-query-lambda/commit/dc27b8769ee37f71169acccdcbc077c37bb437bf))
9+
310
## [0.0.8](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.7...v0.0.8) (2025-02-18)
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.0.8 # x-release-please-version
34+
SemanticVersion: 0.1.0 # 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.0.8", // x-release-please-version
45+
semanticVersion: "0.1.0", // 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.0.8 # x-release-please-version
13+
SemanticVersion: 0.1.0 # 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)