From 70bc167deafde4e518b3413eefb144b96438fe20 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Fri, 5 Apr 2024 20:55:33 +0200 Subject: [PATCH] Version 0.0.4 release --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9592a49..22048d53 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ The ZenML VSCode extension seamlessly integrates with [ZenML](https://github.com - **Server, Stacks, and Pipeline Runs Views**: Interact directly with ML stacks, pipeline runs, and server configurations from the Activity Bar. - **Python Tool Integration**: Utilizes a Language Server Protocol (LSP) server for real-time synchronization with the ZenML environment. - **Real-Time Configuration Monitoring**: Leverages `watchdog` to dynamically update configurations, keeping the extension in sync with your ZenML setup. -- **Status Bar Indicators**: Display the current stack name and connection status. +- **Status Bar**: Display the current stack name and connection status. You can + also change your active stack from the status bar. ## Getting Started diff --git a/package.json b/package.json index 4c001689..bcc32f6b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "ZenML", "displayName": "ZenML Studio", "description": "Integrates ZenML directly into VS Code, enhancing machine learning workflow with support for pipelines, stacks, and server management.", - "version": "0.0.3", + "version": "0.0.4", "icon": "resources/extension-logo.png", "preview": true, "license": "Apache-2.0",