Skip to content

Commit

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

* Update CHANGELOG.md

---------

Co-authored-by: pgrivachev <pgrivachev@users.noreply.github.com>
Co-authored-by: Pavel Grivachev <pavel@fivetran.com>
  • Loading branch information
3 people authored May 3, 2023
1 parent fbe6195 commit 5550165
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.24.0 (03/05/2023)
## What's Changed
* Resolved false errors that occurred when switching between branches.
* Added compatibility with dbt 1.5.0.


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

## Version 0.23.0 (26/04/2023)
## What's Changed
* Enhanced OAuth error message for better clarity.
Expand Down Expand Up @@ -261,12 +270,3 @@ AS (
* Add setting `dbtWizard.dbtCompiler` to specify which command the extension will use to compile models.

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

## Version 0.6.1 (12/07/2022)
## What's Changed
* Fix an issue when go to definition didn't work for models from packages if package is not specified
* Go to definition now works in all jinja blocks
* Improve performance for models with a lot of tables

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

0 comments on commit 5550165

Please sign in to comment.