Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci] (#1130)
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 Aug 10, 2023
1 parent 5196742 commit d5f007a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 0.29.0 (10/08/2023)
## What's Changed
* Added `CONTAINS_SUBSTR` function.
* Fixed `ModuleNotFoundError: No module named 'dbt.adapters.bigquery'` error.
* Update ZetaSQL version.


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

## Version 0.28.2 (01/08/2023)
## What's Changed
* Fixed compilation issue when using dbt 1.6.0.
Expand Down Expand Up @@ -242,12 +252,3 @@ AS (


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

## Version 0.16.0 (28/11/2022)
## What's Changed
* Add dbt snippets: `block`, `comment`, `config`, `for`, `if`, `ifelse`, `macro`, `ref`, `set`, `setblock`, `source`, `statement`.
* Highlight function signature parameters.
* Fix extension crush when packages-install-path is overridden.

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

0 comments on commit d5f007a

Please sign in to comment.