From 8a161ea04041293fab6736a7c604ce85a7b541f1 Mon Sep 17 00:00:00 2001 From: Eoin Shanaghy Date: Mon, 28 Apr 2025 20:30:26 +0100 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- template.yaml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5742c08..3d2ac0b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.8" + ".": "0.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb0edf..3d598c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 2ee5025..c3fadb2 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.0.8 # x-release-please-version + SemanticVersion: 0.1.0 # 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.0.8", // x-release-please-version + semanticVersion: "0.1.0", // x-release-please-version }, }); ``` diff --git a/template.yaml b/template.yaml index 2c5fe5d..52e0aed 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.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