From 038c7501b11eb7a236fdb54a554f784e20bdaa52 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 2 Aug 2024 13:45:24 +0000 Subject: [PATCH] Changelog update - v0.0.3-alpha --- .../kotlin-compiler-1115692409396681176.salive | 0 CHANGELOG.md | 16 +++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) delete mode 100644 .kotlin/sessions/kotlin-compiler-1115692409396681176.salive diff --git a/.kotlin/sessions/kotlin-compiler-1115692409396681176.salive b/.kotlin/sessions/kotlin-compiler-1115692409396681176.salive deleted file mode 100644 index e69de29b..00000000 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8fe88b..1c126012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ ## [Unreleased] +## [0.0.3-alpha] - 2024-08-02 + +- Changelog update - `v0.0.2-alpha` by @github-actions in https://github.com/ramonvermeulen/dbt-toolkit/pull/31 +- Update build.gradle.kts by @ramonvermeulen in https://github.com/ramonvermeulen/dbt-toolkit/pull/38 +- Bump org.jetbrains.kotlinx.kover from 0.8.1 to 0.8.2 by @dependabot in https://github.com/ramonvermeulen/dbt-toolkit/pull/39 +- added linter to gradle (ktlint) + solved reparsing issues by @ramonvermeulen in https://github.com/ramonvermeulen/dbt-toolkit/pull/40 +- Bump JetBrains/qodana-action from 2024.1.5 to 2024.1.8 by @dependabot in https://github.com/ramonvermeulen/dbt-toolkit/pull/41 +- Bump org.jetbrains.changelog from 2.2.0 to 2.2.1 by @dependabot in https://github.com/ramonvermeulen/dbt-toolkit/pull/44 +- Ramon/parsing improvements by @ramonvermeulen in https://github.com/ramonvermeulen/dbt-toolkit/pull/45 +- small clean-up, fixing warnings by @ramonvermeulen in https://github.com/ramonvermeulen/dbt-toolkit/pull/46 +- Bump org.jetbrains.kotlinx.kover from 0.8.2 to 0.8.3 by @dependabot in https://github.com/ramonvermeulen/dbt-toolkit/pull/48 +- Compiled SQL panel by @ramonvermeulen in https://github.com/ramonvermeulen/dbt-toolkit/pull/47 + ## [0.0.2-alpha] - 2024-06-25 - use isVirtualEnv instead of isPythonSdk to determine venv by @ramonvermeulen in https://github.com/ramonvermeulen/dbt-toolkit/pull/30 @@ -13,6 +26,7 @@ - **Lineage Rendering**: Visualize the dependencies and relationships between your dbt models directly in your IDE. This feature aids in understanding the impact of changes and the flow of data in your project. Additionally, it provides a quicker way to navigate through your dbt project. - **dbt Documentation**: Access your dbt documentation within your IDE, eliminating the need to switch between different tools and platforms. This feature promotes a more efficient workflow and keeps essential information at your fingertips. -[Unreleased]: https://github.com/ramonvermeulen/dbt-toolkit/compare/v0.0.2-alpha...HEAD +[Unreleased]: https://github.com/ramonvermeulen/dbt-toolkit/compare/v0.0.3-alpha...HEAD +[0.0.3-alpha]: https://github.com/ramonvermeulen/dbt-toolkit/compare/v0.0.2-alpha...v0.0.3-alpha [0.0.2-alpha]: https://github.com/ramonvermeulen/dbt-toolkit/compare/v0.0.1-alpha...v0.0.2-alpha [0.0.1-alpha]: https://github.com/ramonvermeulen/dbt-toolkit/commits/v0.0.1-alpha