Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci] (#1325)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md [skip ci]

* Update CHANGELOG.md

---------

Co-authored-by: pgrivachev <[email protected]>
Co-authored-by: Pavel Grivachev <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent a3a0bf6 commit 1766274
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.33.0 (31/10/2023)
## What's Changed
* Environment variables now sourced from `.env` files and VS Code's `terminal.integrated.env.<platform>` setting.
* Resolved Python location detection issue.


**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.32.0...v0.33.0
---

## Version 0.32.0 (26/10/2023)
## What's Changed
* Corrected column definition in `referenced_tables` for `INFORMATION_SCHEMA` tables: `jobs_by_user`, `jobs_by_project`, `jobs_by_folder`, `jobs_by_organization`.
Expand Down Expand Up @@ -235,11 +244,3 @@
* Show project analysis progress in the status bar.

**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.20.1...v0.21.0
---

## Version 0.20.1 (03/03/2023)
## What's Changed
* Fix wrong `_dbt_max_partition` type.
* Fix go to definition for macros of dbt global_project.

**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.20.0...v0.20.1

0 comments on commit 1766274

Please sign in to comment.