mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
chore: Bump version in CHANGELOG to v2.0.0
This commit is contained in:
parent
a9cb77cf2d
commit
86f6f140b1
1 changed files with 14 additions and 6 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -7,9 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.0.0] - 2024-03-01
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `renovate` dependency automation bot (#41)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Upgraded GitHub Actions node version to v20
|
- Upgraded GitHub Actions node version to v20 (#39)
|
||||||
|
- GitHub Octokit API switched to nf-core custom API (#37)
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Timeout controls for Octokit API (#37)
|
||||||
|
|
||||||
## [1.5.2] - 2024-02-07
|
## [1.5.2] - 2024-02-07
|
||||||
|
|
||||||
|
@ -20,10 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Husky pre-commit hooks for linting and formatting
|
- Husky pre-commit hooks for linting and formatting
|
||||||
- Deprecation messages to warn users of upcoming API switch
|
- Deprecation messages to warn users of upcoming API switch
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- GitHub Octokit API switched to nf-core custom API
|
|
||||||
|
|
||||||
## [1.5.1] - 2024-01-30
|
## [1.5.1] - 2024-01-30
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -91,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- GitHub Actions workflow to test Nextflow installation and downstream usage
|
- GitHub Actions workflow to test Nextflow installation and downstream usage
|
||||||
- Documentation and license files
|
- Documentation and license files
|
||||||
|
|
||||||
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.5.2...HEAD
|
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v2.0.0...HEAD
|
||||||
|
[2.0.0]: https://github.com/nf-core/setup-nextflow/compare/v1.5.2...v2.0.0
|
||||||
[1.5.2]: https://github.com/nf-core/setup-nextflow/compare/v1.5.1...v1.5.2
|
[1.5.2]: https://github.com/nf-core/setup-nextflow/compare/v1.5.1...v1.5.2
|
||||||
[1.5.1]: https://github.com/nf-core/setup-nextflow/compare/v1.5.0...v1.5.1
|
[1.5.1]: https://github.com/nf-core/setup-nextflow/compare/v1.5.0...v1.5.1
|
||||||
[1.5.0]: https://github.com/nf-core/setup-nextflow/compare/v1.4.0...v1.5.0
|
[1.5.0]: https://github.com/nf-core/setup-nextflow/compare/v1.4.0...v1.5.0
|
||||||
|
|
Loading…
Reference in a new issue