From 4623626a587ef8df81904397f7f4a2b5011711da Mon Sep 17 00:00:00 2001 From: Gemma Down Date: Fri, 21 Jul 2023 14:18:26 +0100 Subject: [PATCH 1/2] Update version numbers --- README.md | 2 +- dbt_project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94853de2..45800893 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ See the generated [dbt docs site](https://brooklyn-data.github.io/dbt_artifacts/ ``` packages: - package: brooklyn-data/dbt_artifacts - version: 2.4.2 + version: 2.4.3 ``` :construction_worker: Make sure to fix at least the **minor** version, to avoid issues when a new release is open. See the notes on upgrading below for more detail. diff --git a/dbt_project.yml b/dbt_project.yml index 24da069d..5e723cac 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: "dbt_artifacts" -version: "2.4.2" +version: "2.4.3" config-version: 2 require-dbt-version: [">=1.3.0", "<1.6.0"] profile: "dbt_artifacts" From 1d6c8f3ca3c5fd3826b38a3490eeb6643a8ba9f4 Mon Sep 17 00:00:00 2001 From: Gemma Down Date: Fri, 21 Jul 2023 14:20:00 +0100 Subject: [PATCH 2/2] Update PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1888f576..3ce860d8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,7 @@ - [ ] New features (breaking change) - [ ] Other (non-breaking change) - [ ] Other (breaking change) +- [ ] Release preparation ## What does this solve?