Skip to content

Commit

Permalink
release v0.3.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
joacoc authored Nov 15, 2023
1 parent 3f7d402 commit ee35653
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to the Materialize extension for Visual Studio Code will be documented in this file.

## [0.3.0] - 2023-11-15

### Added
- Queries now run in a single Postgres client.
- Activity log
- Query execution timing.

### Fixed
- Duplicated columns now display correctly.
- Rendering problems for big tables.
- Explorer objects are now sorted alphabetically.

## [0.2.0] - 2023-10-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"displayName": "Materialize",
"description": "Working environment for Materialize.",
"version": "0.2.0",
"version": "0.3.0",
"tasks": [
{
"problemMatcher": "$esbuild-watch"
Expand Down

0 comments on commit ee35653

Please sign in to comment.