Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.16.1](https://github.com/snakemake/snakedeploy/compare/v0.16.0...v0.16.1) (2026-06-01)


### Bug Fixes

* add files to PR and switch reretry with tenacity ([#119](https://github.com/snakemake/snakedeploy/issues/119)) ([87a7e59](https://github.com/snakemake/snakedeploy/commit/87a7e5994faab75971ede3dc748c0896c9b0c2c2))
* only check for downgraded packages among the constrained dependencies, do not perform update in that case if warn on error is active ([#121](https://github.com/snakemake/snakedeploy/issues/121)) ([4ace455](https://github.com/snakemake/snakedeploy/commit/4ace455ba911dd13d387b355bfd1784ad7b5015b))

## [0.16.0](https://github.com/snakemake/snakedeploy/compare/v0.15.0...v0.16.0) (2026-02-13)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "snakedeploy"
version = "0.16.0"
version = "0.16.1"
description = "Deployment and maintenance related toolbox for Snakemake"
license = "MPL-2.0"
authors = [
Expand Down