Skip to content

Commit

Permalink
Release for v0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Nov 28, 2023
1 parent e66ece9 commit c66ca2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 11 additions & 2 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
For upgrade instructions, please check the respective *Breaking Changes* sections.

## Unreleased
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.7...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.8...HEAD)

### Breaking Changes
- Manually setting the `SLURM_CPU_BIND` environment variable before job submission is no longer supported. [#969](https://github.com/scalableminds/webknossos-libs/pull/969)

### Added

### Changed

### Fixed


## [0.14.8](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.8) - 2023-11-28
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.7...v0.14.8)

### Breaking Changes
- Manually setting the `SLURM_CPU_BIND` environment variable before job submission is no longer supported. [#969](https://github.com/scalableminds/webknossos-libs/pull/969)

### Fixed
- Fixed the nested scheduling of Slurm jobs for Slurm versions >= 22.05. [#969](https://github.com/scalableminds/webknossos-libs/pull/969)



## [0.14.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.7) - 2023-11-17
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.6...v0.14.7)

Expand Down
6 changes: 5 additions & 1 deletion webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
For upgrade instructions, please check the respective _Breaking Changes_ sections.

## Unreleased
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.7...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.8...HEAD)

### Breaking Changes

Expand All @@ -21,6 +21,10 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
### Fixed


## [0.14.8](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.8) - 2023-11-28
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.7...v0.14.8)


## [0.14.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.7) - 2023-11-17
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.6...v0.14.7)

Expand Down

0 comments on commit c66ca2d

Please sign in to comment.