Skip to content

Commit

Permalink
Merge pull request #344 from fellen31/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.4.0dev
  • Loading branch information
fellen31 authored Aug 30, 2024
2 parents 14849a8 + d9091c5 commit a7d1879
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
43 changes: 40 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,39 @@
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).

## v0.3.0 - [2024-08-29]
## 0.4.0dev - [XXXX-XX-XX]

### `Added`

### `Changed`

- [#344](https://github.com/genomic-medicine-sweden/nallo/pull/344) - Changed version to 0.4.0dev

### `Removed`

### `Fixed`

### Parameters

| Old parameter | New parameter |
| ------------- | ------------- |

> [!NOTE]
> Parameter has been updated if both old and new parameter information is present.
> Parameter has been added if just the new parameter information is present.
> Parameter has been removed if new parameter information isn't present.
### Module updates

| Tool | Old version | New version |
| ---- | ----------- | ----------- |

> [!NOTE]
> Version has been updated if both old and new version information is present.
> Version has been added if just the new version information is present.
> Version has been removed if new version information isn't present.
## 0.3.0 - [2024-08-29]

### `Added`

Expand Down Expand Up @@ -129,7 +161,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
| splitubam | | 0.1.1 |
| fastp | 0.23.4 | |

## v0.2.0 - [2024-06-26]
> [!NOTE]
> Version has been updated if both old and new version information is present.
> Version has been added if just the new version information is present.
> Version has been removed if new version information isn't present.
## 0.2.0 - [2024-06-26]

### `Added`

Expand Down Expand Up @@ -216,7 +253,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> Version has been added if just the new version information is present.
> Version has been removed if new version information isn't present.
## v0.1.0 - [2024-05-08]
## 0.1.0 - [2024-05-08]

Initial release of genomic-medicine-sweden/nallo, created with the [nf-core](https://nf-co.re/) template.

Expand Down
2 changes: 1 addition & 1 deletion assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
report_comment: >
This report has been generated by the <a href="https://github.com/genomic-medicine-sweden/nallo/releases/tag/0.3.0" target="_blank">genomic-medicine-sweden/nallo</a>
This report has been generated by the <a href="https://github.com/genomic-medicine-sweden/nallo/tree/dev" target="_blank">genomic-medicine-sweden/nallo</a>
analysis pipeline.
report_section_order:
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ manifest {
description = """Long-read variant calling pipeline"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '0.3.0'
version = '0.4.0dev'
doi = ''
}

Expand Down

0 comments on commit a7d1879

Please sign in to comment.