mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-26 03:09:56 +00:00
chore: Update CHANGELOG
This commit is contained in:
parent
f09d15061f
commit
d58f32726d
1 changed files with 11 additions and 4 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -7,19 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3.1] - 2023-05-23
|
||||
|
||||
### Fixed
|
||||
|
||||
- Action metadata looking in the wrong place for script (#12)
|
||||
|
||||
## [1.3.0] - 2023-05-19
|
||||
|
||||
## Changed
|
||||
### Changed
|
||||
|
||||
- Action now checks tool cache for installed version before querying Octokit (#5/#10)
|
||||
|
||||
## [1.2.0] - 2022-10-29
|
||||
|
||||
## Added
|
||||
### Added
|
||||
|
||||
- `CAPSULE_LOG` is now set to 'none' for less verbose setup logs (#1/#2)
|
||||
|
||||
## Fixed
|
||||
### Fixed
|
||||
|
||||
- Release list now paginates the API to find old versions of Nextflow (#3)
|
||||
|
||||
|
@ -43,7 +49,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
|
||||
- Documentation and license files
|
||||
|
||||
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.3.0...HEAD
|
||||
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.3.1...HEAD
|
||||
[1.3.1]: https://github.com/nf-core/setup-nextflow/compare/v1.3.0...v1.3.1
|
||||
[1.3.0]: https://github.com/nf-core/setup-nextflow/compare/v1.2.0...v1.3.0
|
||||
[1.2.0]: https://github.com/nf-core/setup-nextflow/compare/v1.1.1...v1.2.0
|
||||
[1.1.0]: https://github.com/nf-core/setup-nextflow/compare/v1.0.1...v1.1.0
|
||||
|
|
Loading…
Reference in a new issue