Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci] (#989)
Browse files Browse the repository at this point in the history
Co-authored-by: pgrivachev <pgrivachev@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and pgrivachev authored Jun 7, 2023
1 parent 2defc0b commit bd6eb1e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 0.26.1 (01/01/1970)
## What's Changed
* Fixed an error that occurred while compiling the project for adapters other than BigQuery.

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

## Version 0.26.0 (06/06/2023)
## What's Changed
* In this release we override `get_columns_in_relation` to work with code and not with BigQuery dataset directly. It should help to decrease false errors you could see when using dbt macros that access information schema.
Expand Down Expand Up @@ -247,12 +254,4 @@ AS (
* Fix the issue with showing not all available dbt packages.
* Support linux-arm64 platform.

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

## Version 0.9.1 (05/09/2022)
## What's Changed
* Fix issue with handling new tabs created using VS Code API.
* Fix compilation issue on Windows.

**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.9.0...v0.9.1
**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.9.1...v0.10.0

0 comments on commit bd6eb1e

Please sign in to comment.