Skip to content

Commit

Permalink
Update CHANGELOG.md (#103)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: pgrivachev <[email protected]>
Co-authored-by: Pavel Grivachev <[email protected]>
  • Loading branch information
3 people authored Apr 12, 2022
1 parent 7e858ea commit 1ed14e6
Showing 1 changed file with 27 additions and 16 deletions.
43 changes: 27 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.0.3...v0.1.0

0 comments on commit 1ed14e6

Please sign in to comment.