From f53f5a83ba0770cd90a648ec509b3ab395a870d5 Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Fri, 10 Jun 2022 18:46:01 +0200 Subject: [PATCH 1/4] Ignore github workflows on packaging --- .vscodeignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscodeignore b/.vscodeignore index de50a31..4f7199e 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,4 +1,5 @@ .git-blame-ignore-revs +.github .gitignore .prettierignore .prettierrc From ad5c914824fec5dac7337e6e4dd9fbc12cd60ea3 Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Fri, 10 Jun 2022 18:46:35 +0200 Subject: [PATCH 2/4] Update version to v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb7bc4e..2ea63f4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "galaxy-workflows", "displayName": "Galaxy Workflows", "description": "Utilities to assist in the edition of Galaxy (https://galaxyproject.org/) Workflow files.", - "version": "0.1.0", + "version": "0.2.0", "preview": true, "license": "MIT", "publisher": "davelopez", From 21269ba649295a2fbef7240f7b5445aaea3c60d1 Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Fri, 10 Jun 2022 18:51:27 +0200 Subject: [PATCH 3/4] Add CI badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 506bd87..1e27b09 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/davelopez/galaxy-workflows-vscode) +[![CI](https://github.com/davelopez/galaxy-workflows-vscode/actions/workflows/main.yml/badge.svg)](https://github.com/davelopez/galaxy-workflows-vscode/actions/workflows/main.yml) [![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/davelopez/galaxy-workflows-vscode) VSCode extension to assist in editing [Galaxy Workflow](https://galaxyproject.org/) files while enforcing [best practices](https://planemo.readthedocs.io/en/latest/best_practices_workflows.html) for maintaining them. From 13b143f8a578c4e1d92c10f1c017a9bd4afc89c0 Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:03:14 +0200 Subject: [PATCH 4/4] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e430072..2b1b0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.2.0] - 2022-06-10 + +### Added + +- Support custom validators [#35](https://github.com/davelopez/galaxy-workflows-vscode/pull/35) +- Configuration setting for _cleanable_ properties [#40](https://github.com/davelopez/galaxy-workflows-vscode/pull/40) +- Custom Validation Rule: `workflow_outputs` must have a label [#44](https://github.com/davelopez/galaxy-workflows-vscode/pull/44) +- Configuration setting for _Validation Profiles_ [#46](https://github.com/davelopez/galaxy-workflows-vscode/pull/46) + +### Fixed + +- Fix `clean workflow command` issue with trailing commas [#39](https://github.com/davelopez/galaxy-workflows-vscode/pull/39) + ## [0.1.0] - 2022-05-04 ### Added