Skip to content

Commit 2ffac42

Browse files
authored
Merge pull request #3 from fourTheorem/release-please--branches--main
chore(main): release 0.0.1
2 parents 8ab2a64 + 5f08425 commit 2ffac42

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.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.0"
2+
".": "0.0.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.0.1 (2024-11-21)
4+
5+
6+
### Features
7+
8+
* add Lambda layer for DuckDB queries ([#1](https://github.com/fourTheorem/duck-query-lambda/issues/1)) ([dc50827](https://github.com/fourTheorem/duck-query-lambda/commit/dc50827f3be52c3b720b1c13bbaa439d51f00888))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 0.0.1 ([8ab2a64](https://github.com/fourTheorem/duck-query-lambda/commit/8ab2a648d94b142f583bfb7e770a3d7c0fdaffcd))

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