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

## [1.21.0](https://github.com/snakemake/snakemake-interface-common/compare/v1.20.2...v1.21.0) (2025-07-24)


### Features

* add functionality to infer plugin type from registry class name and use that to provide better CLI help texts ([#78](https://github.com/snakemake/snakemake-interface-common/issues/78)) ([960eef6](https://github.com/snakemake/snakemake-interface-common/commit/960eef677f72eb5a181d75ce986bce1c7a7bbb95))

## [1.20.2](https://github.com/snakemake/snakemake-interface-common/compare/v1.20.1...v1.20.2) (2025-07-18)


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 = "snakemake-interface-common"
version = "1.20.2"
version = "1.21.0"
description = "Common functions and classes for Snakemake and its plugins"
readme = "README.md"
requires-python = ">=3.8"
Expand Down