Skip to content

Commit

Permalink
chore: Bump version in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Jan 22, 2024
1 parent 77d8bbb commit d52c98d
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - 2024-01-22

### Added

- Throttling support to retry failed API calls
- Throttling support to retry failed API calls (#31)

### Changed

- Octokit API calls refactored and separated from install script (#29)

## [1.4.0] - 2023-08-12

## Changed
### Changed

- If `fs.renameSync` fails (e.g. because source and destination files are on different partitions), try `fs.copySync` and `fs.unlinkSync` instead (#14).
- Fail instead of warn, when `nextflow help`` doesn't work (#23).

## Fixed
### Fixed

- Re-enable npm run test in CI (#15).

Expand All @@ -28,17 +34,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [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)

Expand All @@ -62,7 +68,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.4.0...HEAD
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/nf-core/setup-nextflow/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/nf-core/setup-nextflow/compare/v1.3.0...v1.4.0
[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
Expand Down

0 comments on commit d52c98d

Please sign in to comment.