Skip to content

Commit

Permalink
chore(main): release 8.11.0 (#2840)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[8.11.0](v8.10.8...v8.11.0)
(2024-04-25)


### Features

* allow for more extensive benchmark file in jsonl format
([#2691](#2691))
([de12463](de12463))


### Bug Fixes

* only download input for local jobs in the main process, not within
remote groups
([#2842](#2842))
([97f428b](97f428b))
* remove non-empty local copies of remote storage dirs
([#2845](#2845))
([71b2b87](71b2b87))
* retrieve files from storage if necessary when calling their open
method (e.g. when accessing output files from a checkpoint)
([#2839](#2839))
([5448208](5448208))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent 71b2b87 commit a988cef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog


## [8.11.0](https://github.com/snakemake/snakemake/compare/v8.10.8...v8.11.0) (2024-04-25)


### Features

* allow for more extensive benchmark file in jsonl format ([#2691](https://github.com/snakemake/snakemake/issues/2691)) ([de12463](https://github.com/snakemake/snakemake/commit/de12463604bc5f24f81907e33057ff42c31c7fc2))


### Bug Fixes

* only download input for local jobs in the main process, not within remote groups ([#2842](https://github.com/snakemake/snakemake/issues/2842)) ([97f428b](https://github.com/snakemake/snakemake/commit/97f428ba2921cebc2a311a4933c1c55536d34335))
* remove non-empty local copies of remote storage dirs ([#2845](https://github.com/snakemake/snakemake/issues/2845)) ([71b2b87](https://github.com/snakemake/snakemake/commit/71b2b87644ac0470aba1a96093e88e9a64df1176))
* retrieve files from storage if necessary when calling their open method (e.g. when accessing output files from a checkpoint) ([#2839](https://github.com/snakemake/snakemake/issues/2839)) ([5448208](https://github.com/snakemake/snakemake/commit/54482089893d12a0cab20a7b4b3d0af5a87aa772))

## [8.10.8](https://github.com/snakemake/snakemake/compare/v8.10.7...v8.10.8) (2024-04-19)


Expand Down

0 comments on commit a988cef

Please sign in to comment.