Skip to content

Commit

Permalink
Merge pull request #47 from davelopez/prepare_release_v0.2.0
Browse files Browse the repository at this point in the history
Prepare release v0.2.0
  • Loading branch information
davelopez authored Jun 11, 2022
2 parents c2d60b3 + 13b143f commit 487f92a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git-blame-ignore-revs
.github
.gitignore
.prettierignore
.prettierrc
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 487f92a

Please sign in to comment.