Skip to content

Commit

Permalink
Update version number: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed Oct 31, 2024
1 parent 152a6bf commit 36739f1
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).

## Development
## [0.3.1] - 2024-10-31

- Fixed the replacement of `docker.userEmulation` with `docker.runOptions = '-u $(id -u):$(id -g)'` that was causing a bug in Azure

Expand Down Expand Up @@ -40,3 +40,4 @@ Initial release of the arboratornf pipeline to be used for running [Arborator](h
[0.1.0]: https://github.com/phac-nml/arboratornf/releases/tag/0.1.0
[0.2.0]: https://github.com/phac-nml/arboratornf/releases/tag/0.2.0
[0.3.0]: https://github.com/phac-nml/arboratornf/releases/tag/0.3.0
[0.3.1]: https://github.com/phac-nml/arboratornf/releases/tag/0.3.1
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ manifest {
description = """Arborator: Genomic Profile Clustering and Summary"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '0.3.0'
version = '0.3.1'
doi = ''
defaultBranch = 'main'
}
Expand Down

0 comments on commit 36739f1

Please sign in to comment.