From 2a4bf79ee29bf848270be374e8e0eb2997e382d1 Mon Sep 17 00:00:00 2001 From: Joaquin Colacci Date: Fri, 15 Sep 2023 13:41:40 -0400 Subject: [PATCH 1/2] release v0.1.1 --- CONTRIBUTING.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52b02a5..baa53e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. @@ -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 @@ -33,7 +33,7 @@ The extension runs in a parallel instance of Visual Studio Code. To start it, pr Screenshot 2023-08-01 at 10 58 05 -## Testing the Provider +## Testing the Extension ### Running the tests diff --git a/package.json b/package.json index 193bfd7..e1a60ab 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "displayName": "Materialize", "description": "Working environment for Materialize.", - "version": "0.1.0", + "version": "0.1.1", "tasks": [ { "problemMatcher": "$esbuild-watch" From 31639af3c2e3bb0028775c841723b9341785db2c Mon Sep 17 00:00:00 2001 From: Joaquin Colacci Date: Fri, 15 Sep 2023 13:48:02 -0400 Subject: [PATCH 2/2] Fix the changelog --- CHANGELOG.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79530da..863b7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.