Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Nov 9, 2022
1 parent 0882c6a commit 7620316
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2022-11-09

### Added
- DB navigation tree to show all databases in the same account
- DB navigation tree to show additional schema level objects:
* Materialised views
* File Formats
* Functions
* Materialized Views
* Pipes
* Procedures
* Sequences
* Stages
* Streams
* Tasks

## [0.4.2] - 2021-03-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "snowflake-driver-for-sqltools",
"displayName": "Snowflake Driver for SQLTools",
"description": "SQLTools Snowflake driver",
"version": "0.4.2",
"version": "0.5.0",
"engines": {
"vscode": "^1.42.0"
},
Expand Down

0 comments on commit 7620316

Please sign in to comment.