Skip to content

Commit

Permalink
Merge pull request #54 from ramonvermeulen/changelog-update-v0.0.3-alpha
Browse files Browse the repository at this point in the history
Changelog update - `v0.0.3-alpha`
  • Loading branch information
ramonvermeulen authored Aug 2, 2024
2 parents a3e0cf2 + 038c750 commit 4c24ec4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Empty file.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 4c24ec4

Please sign in to comment.