Skip to content

Commit

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


##
[7.25.1](v7.25.0...v7.25.1)
(2023-04-28)


### Bug Fixes

* allow log directive in default target rule
([#2191](#2191))
([86e9624](86e9624))
* only consider global wildcard_constraints from the same module
([#2235](#2235))
([c412b71](c412b71))
* Use `job.rule.name` attribute to fill rule field in summary
([#2217](#2217))
([837c3fd](837c3fd))


### Documentation

* fix formatting
([087fe63](087fe63))
* replace `nosetest` with `pytest`
([#2211](#2211))
([f6b3c47](f6b3c47))

---
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>
Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
  • Loading branch information
github-actions[bot] and johanneskoester committed Apr 28, 2023
1 parent 4ddc644 commit da246d2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

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


### Bug Fixes

* allow log directive in default target rule ([#2191](https://github.com/snakemake/snakemake/issues/2191)) ([86e9624](https://github.com/snakemake/snakemake/commit/86e962488dcd346cd0a29a2ff1b2dcd1abafb841))
* only consider global wildcard_constraints from the same module ([#2235](https://github.com/snakemake/snakemake/issues/2235)) ([c412b71](https://github.com/snakemake/snakemake/commit/c412b714a9fbe5cad9ad30de4a0b78b3c13068f6))
* Use `job.rule.name` attribute to fill rule field in summary ([#2217](https://github.com/snakemake/snakemake/issues/2217)) ([837c3fd](https://github.com/snakemake/snakemake/commit/837c3fd97b5a16ddb4f6b74bd2c2b5479d77bd8a))


### Documentation

* fix formatting ([087fe63](https://github.com/snakemake/snakemake/commit/087fe6307a72a577daefcea0cb150f69092138c7))
* replace `nosetest` with `pytest` ([#2211](https://github.com/snakemake/snakemake/issues/2211)) ([f6b3c47](https://github.com/snakemake/snakemake/commit/f6b3c47983bfe436f8ec33ab5830ba577fc38f90))

## [7.25.0](https://github.com/snakemake/snakemake/compare/v7.24.2...v7.25.0) (2023-03-23)


Expand Down

0 comments on commit da246d2

Please sign in to comment.