Skip to content

Commit

Permalink
Merge pull request #350 from nf-core/Post-patch-release-dev-update
Browse files Browse the repository at this point in the history
Post-patch release dev update
  • Loading branch information
jasmezz authored Mar 21, 2024
2 parents 5b0f311 + 7d7bfcd commit 948b560
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
17 changes: 16 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).

## v1.1.5dev - [date]
## v1.2.0dev - [date]

### `Added`

Expand All @@ -24,6 +24,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
| DeepBGC | 0.1.30 | 0.1.31 |
| MultiQC | 1.15 | 1.19 |

## v1.1.5 - [2024-03-20]

### `Added`

### `Fixed`

- [#346](https://github.com/nf-core/funcscan/pull/346) Pinned version of nf-validation to 1.1.3

### `Dependencies`

| Plugin | Previous | New version |
| ------------- | -------- | ----------- |
| Bakta | 1.8.2 | 1.9.3 |
| nf-validation | Latest | 1.1.3 |

### `Deprecated`

## v1.1.4 - [2023-11-07]
Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
},
"bakta/bakta": {
"branch": "master",
"git_sha": "bacae7f0c22948c6e34fa001be4481985851282f",
"git_sha": "9d0f89b445e1f5b2fb30476f4be9a8b519c07846",
"installed_by": ["modules"]
},
"bakta/baktadbdownload": {
"branch": "master",
"git_sha": "bacae7f0c22948c6e34fa001be4481985851282f",
"git_sha": "7c06e6820fa3918bc28a040e794f8a2b39fabadb",
"installed_by": ["modules"]
},
"bioawk": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/bakta/bakta/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/bakta/bakta/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/bakta/baktadbdownload/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/bakta/baktadbdownload/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ manifest {
description = """Pipeline for screening for functional components of assembled contigs"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.1.5dev'
version = '1.2.0dev'
doi = '10.5281/zenodo.7643099'
}

Expand Down

0 comments on commit 948b560

Please sign in to comment.