Skip to content

Commit

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


##
[7.25.2](v7.25.1...v7.25.2)
(2023-04-28)


### Bug Fixes

* Fix inconsistencies between detailed summary and normal summary
([#2218](#2218))
([d903123](d903123))
* Fix race condition when creating lock directory
([#2225](#2225))
([66ea4d1](66ea4d1))
* quote paths given to singularity in order to ensure that it does not
fail when paths contain whitespace
([#2190](#2190))
([a572fb7](a572fb7))


### Documentation

* added changelog info for >v7.19.1 parsing error of "hh:mm:ss" time
format in runtime resource
([#2189](#2189))
([2889f38](2889f38))
* update misc/vim/Readme with info for packer.nvim
([#2095](#2095))
([32166a7](32166a7))
* Update workflow syntax with priority directive
([#2188](#2188))
([af10db5](af10db5))

---
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 28, 2023
1 parent 32166a7 commit c7ae161
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [7.25.2](https://github.com/snakemake/snakemake/compare/v7.25.1...v7.25.2) (2023-04-28)


### Bug Fixes

* Fix inconsistencies between detailed summary and normal summary ([#2218](https://github.com/snakemake/snakemake/issues/2218)) ([d903123](https://github.com/snakemake/snakemake/commit/d9031236563b7dd8e31ed27208c9ad39699f765e))
* Fix race condition when creating lock directory ([#2225](https://github.com/snakemake/snakemake/issues/2225)) ([66ea4d1](https://github.com/snakemake/snakemake/commit/66ea4d199e3d9266b1b5fdb8752772e8137ffdea))
* quote paths given to singularity in order to ensure that it does not fail when paths contain whitespace ([#2190](https://github.com/snakemake/snakemake/issues/2190)) ([a572fb7](https://github.com/snakemake/snakemake/commit/a572fb7b8f00e39723cd98d6936f63171b26c8d9))


### Documentation

* added changelog info for &gt;v7.19.1 parsing error of "hh:mm:ss" time format in runtime resource ([#2189](https://github.com/snakemake/snakemake/issues/2189)) ([2889f38](https://github.com/snakemake/snakemake/commit/2889f3851b64cee7885fbf73f64a453eed5e806a))
* update misc/vim/Readme with info for packer.nvim ([#2095](https://github.com/snakemake/snakemake/issues/2095)) ([32166a7](https://github.com/snakemake/snakemake/commit/32166a7fce95312bfa6b6d3ae76bf94accf6d5de))
* Update workflow syntax with priority directive ([#2188](https://github.com/snakemake/snakemake/issues/2188)) ([af10db5](https://github.com/snakemake/snakemake/commit/af10db56b11badfab2aa4f3aa9fa4bbe3c05fe7d))

## [7.25.1](https://github.com/snakemake/snakemake/compare/v7.25.0...v7.25.1) (2023-04-28)


Expand Down

0 comments on commit c7ae161

Please sign in to comment.