From 5409e4513a7b6709feb0ad05fcbe674aa6d44d7e Mon Sep 17 00:00:00 2001 From: Sam Ansmink Date: Mon, 4 Nov 2024 15:29:49 +0100 Subject: [PATCH] bump to v1.1.3 --- .github/workflows/TestCITools.yml | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/TestCITools.yml b/.github/workflows/TestCITools.yml index 0f86112..c1ffac4 100644 --- a/.github/workflows/TestCITools.yml +++ b/.github/workflows/TestCITools.yml @@ -19,7 +19,7 @@ jobs: extension_name: quack override_repository: duckdb/extension-template override_ref: main - duckdb_version: v1.1.1 + duckdb_version: v1.1.3 override_ci_tools_repository: ${{ github.repository }} ci_tools_version: ${{ github.sha }} extra_toolchains: 'parser_tools;fortran;omp;go;python3' @@ -34,6 +34,6 @@ jobs: override_ref: 94f887bd539ec0d5ed0d31bd01ff3845cf378a9d override_ci_tools_repository: ${{ github.repository }} ci_tools_version: ${{ github.sha }} - duckdb_version: v1.1.1 + duckdb_version: v1.1.3 exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64' extra_toolchains: 'rust' diff --git a/README.md b/README.md index afee75f..f20124b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ DuckDB's [Extension Template](https://github.com/duckdb/extension-template/actio | Extension-ci-tools Branch | DuckDB target version | Actively maintained? | |---------------------------|-----------------------|----------------------| | main | main | yes | -| v1.1.2 | v1.1.2 | yes | +| v1.1.3 | v1.1.3 | yes | +| v1.1.2 | v1.1.2 | no | | v1.1.1 | v1.1.1 | no | | v1.1.0 | v1.1.0 | no | | v1.0.0 | v1.0.0 | no |