From 2200d9f7c78e394a7e3fa51d44ef6db4b61255f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:50:16 +0000 Subject: [PATCH] chore(main): release 0.16.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08f5cf..c810555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 4380c07..a693cbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [