Skip to content

Commit

Permalink
Merge pull request #31 from ramonvermeulen/changelog-update-v0.0.2-alpha
Browse files Browse the repository at this point in the history
Changelog update - `v0.0.2-alpha`
  • Loading branch information
ramonvermeulen authored Jun 25, 2024
2 parents a323515 + 07a52bd commit 340d293
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
# dbt-jetbrains Changelog

## [Unreleased]
- Added improvements to support venv detection in Windows as well as Unix-based systems.

## [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

## [0.0.1-alpha] - 2024-06-22

- **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.1-alpha...HEAD
[Unreleased]: https://github.com/ramonvermeulen/dbt-toolkit/compare/v0.0.2-alpha...HEAD
[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 340d293

Please sign in to comment.