From ffaaac85c29d433fd4800451f3483a3c63a64541 Mon Sep 17 00:00:00 2001 From: snakemake-bot Date: Tue, 18 Nov 2025 11:30:57 +0100 Subject: [PATCH] chore(main): release 0.1.3 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a3e72..c5f74c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.3](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/compare/v0.1.2...v0.1.3) (2025-11-18) + + +### Documentation + +* remove emails ([#10](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/issues/10)) ([06889bb](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/commit/06889bb06edbebf482746d88353bf38f27044f8b)) +* repo URL ([#8](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/issues/8)) ([eb6f3da](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/commit/eb6f3da1ecc394d5c186582b9792743dcb1b3122)) + ## [0.1.2](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/compare/v0.1.1...v0.1.2) (2025-10-20) diff --git a/pyproject.toml b/pyproject.toml index 7f2507f..b4f70ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "snakemake-scheduler-plugin-firstfit" requires-python = ">=3.11,<4.0" -version = "0.1.2" +version = "0.1.3" dependencies = [ "snakemake >=9.13.2,<10", "snakemake-interface-common>=1.22.0,<2", "snakemake-interface-scheduler-plugins>=2.0.2,<3",] authors = [ {name = "Filipe G. Vieira"},