diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d3eef..5e752b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.1](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.9.0...v0.9.1) (2026-02-13) + + +### Bug Fixes + +* typing, add pyrefly, migrate to pixi ([#34](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/34)) ([6532631](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/65326312670f2865d1433c7d71fb3ce32366fc9b)) + ## [0.9.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.8.0...v0.9.0) (2025-10-01) diff --git a/pyproject.toml b/pyproject.toml index 13e321e..c4e3631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ description = "This package provides a stable interface for interactions between license = "MIT" name = "snakemake-interface-software-deployment-plugins" readme = "README.md" -version = "0.9.0" +version = "0.9.1" requires-python = ">=3.11,<4.0" dependencies = [ "argparse-dataclass >=2.0.0,<3.0",