Skip to content

Commit 7d1c874

Browse files
authored
Merge pull request #33 from davelopez/prepare_version_packaging
Prepare release v0.1.0
2 parents 4106ce7 + 3194849 commit 7d1c874

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [0.1.0] - 2022-05-04
88

99
### Added
1010

11+
- Basic syntax highlighting and language configuration for `gxformat2` workflows in YAML.
12+
- Basic schema for native workflows (.ga).
1113
- Support schema-based code completion (IntelliSense) for native workflows (.ga).
1214
- Support schema-based documentation on hover for native workflows (.ga).
1315
- Basic JSON schema-based validation for native workflows (.ga).

assets/galaxy-logo-icon.png

8.08 KB
Loading

package.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,32 @@
22
"name": "galaxy-workflows",
33
"displayName": "Galaxy Workflows",
44
"description": "Utilities to assist in the edition of Galaxy (https://galaxyproject.org/) Workflow files.",
5-
"version": "0.0.1",
6-
"publisher": "galaxyproject",
5+
"version": "0.1.0",
6+
"preview": true,
7+
"license": "MIT",
8+
"publisher": "davelopez",
9+
"maintainers": [
10+
{
11+
"name": "Simon Bray",
12+
"url": "https://github.com/simonbray"
13+
},
14+
{
15+
"name": "Wolfgang Maier",
16+
"url": "https://github.com/wm75"
17+
},
18+
{
19+
"name": "David López",
20+
"url": "https://github.com/davelopez"
21+
}
22+
],
723
"repository": {
824
"type": "git",
925
"url": "https://github.com/davelopez/galaxy-workflows-vscode"
1026
},
27+
"bugs": {
28+
"url": "https://github.com/davelopez/galaxy-workflows-vscode/issues"
29+
},
30+
"icon": "assets/galaxy-logo-icon.png",
1131
"engines": {
1232
"vscode": "^1.66.0"
1333
},

0 commit comments

Comments
 (0)