Skip to content
Merged
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* added announcement robot ([#109](https://github.com/snakemake/snakedeploy/issues/109)) ([3cb9b56](https://github.com/snakemake/snakedeploy/commit/3cb9b56d1ed1aadec8837b41ddfb7852bce1b17f))
* expose subcommand for collecting files into tabular structure, improved output ([#115](https://github.com/snakemake/snakedeploy/issues/115)) ([8794901](https://github.com/snakemake/snakedeploy/commit/87949015af811362631bb923b9a139d7d03cf261))


### Documentation

* add info on `profiles/` deployment to workflow_deployment.rst ([#114](https://github.com/snakemake/snakedeploy/issues/114)) ([7a45aff](https://github.com/snakemake/snakedeploy/commit/7a45aff3c0f1192ec3b3ebd4e3ef357d9c5645a0))

## [0.15.0](https://github.com/snakemake/snakedeploy/compare/v0.14.0...v0.15.0) (2025-10-31)


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.15.0"
version = "0.16.0"
description = "Deployment and maintenance related toolbox for Snakemake"
license = "MPL-2.0"
authors = [
Expand Down