From 59e520c1cfe69af2763bd8ad559113d5edaf5987 Mon Sep 17 00:00:00 2001 From: Jochem van Dooren Date: Thu, 20 Jun 2024 14:51:55 +0200 Subject: [PATCH 1/2] Prepare release 0.3.0 --- CHANGELOG.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f47610..8d72140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.3.0] - 2024-06-20 + ### Added - Add `project_fail_under` configuration @@ -15,24 +17,32 @@ and this project adheres to - **Breaking:** - default values of `5.0` for `project_fail_under` and `fail_any_model_under` will cause command to exit return code 1 -## [0.2.1] - 2023-06-17 +## [0.2.1] - 2024-06-17 + +### Added - Lint the current dbt project only, not including the imported models. -## [0.2.0] - 2023-06-14 +## [0.2.0] - 2024-06-14 + +### Added - Support Python 3.10. -## [0.1.3] - 2023-06-11 +## [0.1.3] - 2024-06-11 + +### Added - Inject current working directory into python path by default. -## [0.1.2] - 2023-06-07 +## [0.1.2] - 2024-06-07 + +### Added - Create contributors guide for the documentation website. - Add Github icon and link to documentation website. -## [0.1.1] - 2023-06-03 +## [0.1.1] - 2024-06-03 ### Added From f0c3f1f16aa57eff70bc399d99456bad180b696c Mon Sep 17 00:00:00 2001 From: Jochem van Dooren Date: Thu, 20 Jun 2024 14:54:18 +0200 Subject: [PATCH 2/2] Prepare release 0.3.0 --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d72140..0718890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,10 @@ and this project adheres to ### Added -- Add `project_fail_under` configuration -- Add `fail_any_model_under` configuration -- **Breaking:** - default values of `5.0` for `project_fail_under` and - `fail_any_model_under` will cause command to exit return code 1 +- Add `project_fail_under` configuration. +- Add `fail_any_model_under` configuration. +- **Breaking:** default values of `5.0` for `project_fail_under` and + `fail_any_model_under` will cause command to exit return code 1. ## [0.2.1] - 2024-06-17