Skip to content

Commit

Permalink
Change version for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed Nov 7, 2024
1 parent 442d0aa commit 5b13810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## In Development
## [0.4.0] - 2024-11-07

- Added the ability to include a `sample_name` column in the input samplesheet.csv. Allows for compatibility with IRIDA-Next input configuration.

Expand Down Expand Up @@ -51,3 +51,4 @@ Initial release of the Genomic Address Service Clustering pipeline to be used fo
[0.1.0]: https://github.com/phac-nml/gasclustering/releases/tag/0.1.0
[0.2.0]: https://github.com/phac-nml/gasclustering/releases/tag/0.2.0
[0.3.0]: https://github.com/phac-nml/gasclustering/releases/tag/0.3.0
[0.4.0]: https://github.com/phac-nml/gasclustering/releases/tag/0.4.0
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ manifest {
description = """IRIDA Next Genomic Address Service Clustering Pipeline"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '0.3.0'
version = '0.4.0'
doi = ''
defaultBranch = 'main'
}
Expand Down

0 comments on commit 5b13810

Please sign in to comment.