Skip to content

Commit fb6182c

Browse files
committed
tag
1 parent 6f1e00a commit fb6182c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased]
7+
## [v0.4.0]
88
### Fixed
99
- Remove dead links from README
1010
### Removed
11-
- Denovo `--transcriptome_source` option.`
11+
- Denovo `--transcriptome_source` option.
1212

1313
## [v0.3.1]
1414
### Added

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ manifest {
110110
description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
111111
mainScript = 'main.nf'
112112
nextflowVersion = '>=23.04.2'
113-
version = 'v0.3.1'
113+
version = 'v0.4.0'
114114
}
115115

116116
executor {

0 commit comments

Comments
 (0)