Skip to content

Commit

Permalink
Merge pull request #96 from MaterializeInc/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
joacoc authored Sep 15, 2023
2 parents 38715c1 + 31639af commit 7a85b39
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,32 @@

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

## [0.0.5] - 2023-09-25
## [0.1.1] - 2023-09-15

### Added
- Now is possible to remove profiles.

### Fixed
- Swaping connection options as the cluster, database or schema are now working fine.
- Improvements around the profile UI/UX.
- Adding a profile displays an error message when the profile name is incorrect.

## [0.1.0] - 2023-09-08

Official release to the marketplace.

### Added

- Profile names are now restricted.
- New media content for the `README.md`.

## [0.0.5] - 2023-08-25

### Fixed
- The first query now runs correctly even when the extension is not yet activated.
- Auto-focus the panel after running a query.

## [0.0.4] - 2023-09-08
## [0.0.4] - 2023-08-09

### Added
- Support for `.md` files to run SQL queries.
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to the Materialize Extension for Visual Studio Code

## Developing the provider
## Developing the Extension

Thank you for your interest in the Materialize extension for Visual Studio Code! Contributions of many kinds are encouraged and most welcome.

Expand All @@ -12,7 +12,7 @@ If you have questions, please create a GitHub issue.
* Visual Studio Code
* Docker

### Building The Provider
### Building the Extension

1. Clone the repository:
```bash
Expand All @@ -33,7 +33,7 @@ The extension runs in a parallel instance of Visual Studio Code. To start it, pr

<img width="413" alt="Screenshot 2023-08-01 at 10 58 05" src="https://github.com/MaterializeInc/vscode-extension/assets/11491779/459dc185-6dde-422f-ab56-e3a93a8f1405">

## Testing the Provider
## Testing the Extension

### Running the tests

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.1.0",
"version": "0.1.1",
"tasks": [
{
"problemMatcher": "$esbuild-watch"
Expand Down

0 comments on commit 7a85b39

Please sign in to comment.