Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Nov 14, 2024
1 parent 8aa769f commit d84b21d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The tracking for changes started in v2.1

## v3.4.1 [TBD]

* [[[#127](https://github.com/fmalmeida/bacannot/issues/127)]]
* Allow `GET_NCBI_MODULE` fail to be ignored, and adjust resources
* Add parameter to skip `sourmash` workflow

## v3.4.0 [07-July-2024]

* [[#30](https://github.com/fmalmeida/bacannot/issues/30)]
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ manifest {
homePage = "https://github.com/fmalmeida/bacannot"
mainScript = "main.nf"
nextflowVersion = "!>=22.10.1"
version = '3.4.0'
version = '3.4.1'
}

// Function to ensure that resource requirements don't go beyond
Expand Down

0 comments on commit d84b21d

Please sign in to comment.