Skip to content

Commit

Permalink
Merge branch 'bump_v1.0.0' into 'dev'
Browse files Browse the repository at this point in the history
Version bump

See merge request epi2melabs/workflows/wf-cas9!50
  • Loading branch information
nrhorner committed Jan 2, 2024
2 parents c1b01ec + 14d2da6 commit 7a7ce3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [v1.0.0]
### Added
- Memory and CPU requirements for each process.

### Changed
- Documentation updated to new format.
- Bumped minimum required Nextflow version to '>=23.04.2'
- Publish target coverage output to output directory.

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Expand Up @@ -53,7 +53,7 @@ manifest {
description = 'Summarise the results of Cas9 enrichment sequencing.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = '0.1.12'
version = 'v1.0.0'

}

Expand Down

0 comments on commit 7a7ce3c

Please sign in to comment.