Skip to content

Commit d2a7367

Browse files
committed
Release 1.3.0
Signed-off-by: Ben Sherman <[email protected]>
1 parent 46e6d1d commit d2a7367

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the Nextflow VS Code extension will be documented here.
44

55
See [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.3.0] - 2025-05-05
8+
9+
- Run history, Pipelines, Datasets, Data Buckets (#110)
10+
- Replace Processes/Workflows view with Project view (#117)
11+
- Add nf-test generation to Project view (#118)
12+
713
## [1.2.0] - 2025-04-10
814

915
- Add extension settings for code completion and formatting

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nextflow",
33
"displayName": "Nextflow",
44
"description": "Nextflow language support",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"publisher": "nextflow",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)