From d746e8d1c2e059e5e287e9b1d8da30516cbbd228 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 4 Aug 2024 13:33:06 +0000 Subject: [PATCH] Changelog update - v0.04-alpha --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c126012..85f3b8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ## [Unreleased] +## [0.0.4-alpha] - 2024-08-04 + +- Bump vite from 5.3.1 to 5.3.5 in /lineage-panel by @dependabot in https://github.com/ramonvermeulen/dbt-toolkit/pull/49 +- Bump eslint-plugin-react-refresh from 0.4.5 to 0.4.9 in /lineage-panel by @dependabot in https://github.com/ramonvermeulen/dbt-toolkit/pull/53 +- Bump @vitejs/plugin-react from 4.2.1 to 4.3.1 in /lineage-panel by @dependabot in https://github.com/ramonvermeulen/dbt-toolkit/pull/51 +- Make the CompiledSqlPanel read-only by @ramonvermeulen in https://github.com/ramonvermeulen/dbt-toolkit/pull/55 +- Bump typescript from 5.3.3 to 5.5.4 in /lineage-panel by @dependabot in https://github.com/ramonvermeulen/dbt-toolkit/pull/50 +- Resolve some general OS related issues with the Compiled SQL panel @ramonvermeulen + ## [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 @@ -26,7 +35,8 @@ - **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.3-alpha...HEAD +[Unreleased]: https://github.com/ramonvermeulen/dbt-toolkit/compare/v0.0.4-alpha...HEAD +[0.0.4-alpha]: https://github.com/ramonvermeulen/dbt-toolkit/compare/v0.0.3-alpha...v0.0.4-alpha [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