Skip to content

Commit 23f8214

Browse files
authored
chore(main): release 0.0.8 (#19)
1 parent 8e67e3d commit 23f8214

5 files changed

Lines changed: 15 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.7"
2+
".": "0.0.8"
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.0.8](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.7...v0.0.8) (2025-02-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 0.0.8 ([8e67e3d](https://github.com/fourTheorem/duck-query-lambda/commit/8e67e3d859a0e0e51634a38cfa7273f736d716cc))
9+
310
## [0.0.7](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.6...v0.0.7) (2024-11-21)
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.7 # x-release-please-version
34+
SemanticVersion: 0.0.8 # 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.7", // x-release-please-version
45+
semanticVersion: "0.0.8", // x-release-please-version
4646
},
4747
});
4848
```

release-please-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
{
1212
"type": "generic",
1313
"path": "template.yaml"
14+
},
15+
{
16+
"type": "generic",
17+
"path": "README.md"
1418
}
1519
]
1620
}

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.7 # x-release-please-version
13+
SemanticVersion: 0.0.8 # 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)