diff --git a/CHANGELOG.md b/CHANGELOG.md index d458899..e3faeda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.3](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v4.2.2...v4.2.3) (2025-09-10) + + +### Bug Fixes + +* test size method ([#78](https://github.com/snakemake/snakemake-interface-storage-plugins/issues/78)) ([d6f9a2a](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/d6f9a2a6b95cda739820eebe58e322c0eece2193)) + ## [4.2.2](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v4.2.1...v4.2.2) (2025-07-29) diff --git a/pyproject.toml b/pyproject.toml index 2f2aa0f..bf838fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-interface-storage-plugins" -version = "4.2.2" +version = "4.2.3" description = "This package provides a stable interface for interactions between Snakemake and its storage plugins." readme = "README.md" requires-python = ">=3.11"