diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdfb901..8e2411f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,45 @@ -# Changelog - -## Version 0.3.1 (02/04/2022) +# Changelog + +## Version 0.4.0 (12/04/2022) +## What's Changed +* Add the ability to compile models inside dbt packages +* Fix bugs with signature hints +* Show functions signature hints on hover +* Autocompletion for all dbt models, macros and sources + + +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.3.1...v0.4.0 +--- + +## Version 0.3.1 (02/04/2022) ## What's Changed * Fix changelog population * Fix restart issue when dbt-rpc command is not found -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.3.0...v0.3.1 ---- - -## Version 0.3.0 (29/03/2022) +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.3.0...v0.3.1 +--- + +## Version 0.3.0 (29/03/2022) ## What's Changed * Support Apple M1 target * Support number of features for all [dbt adapters](https://docs.getdbt.com/docs/available-adapters#dbt-labs-supported) (see [Features](https://github.com/fivetran/dbt-language-server#features)) * Set icon for extension -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.2.0...v0.3.0 ---- - -## Version 0.2.0 (11/03/2022) +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.2.0...v0.3.0 +--- + +## Version 0.2.0 (11/03/2022) ## What's Changed * Rename extension to **dbt Wizard** * Go to model/macros/source definition * Run extension for documents with `sql-bigquery` language id * Improve error display for dbt problems -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.1.0...v0.2.0 ---- - -## Version 0.1.0 (03/02/2022) +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.1.0...v0.2.0 +--- + +## Version 0.1.0 (03/02/2022) ## What's Changed * Add oauth token-based authentication method * Support Linux @@ -41,4 +52,4 @@ * Add docs for Windows users * Delete compile button -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.0.3...v0.1.0 \ No newline at end of file +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.0.3...v0.1.0