Skip to content

Commit ffaaac8

Browse files
committed
chore(main): release 0.1.3
1 parent 06889bb commit ffaaac8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/compare/v0.1.2...v0.1.3) (2025-11-18)
4+
5+
6+
### Documentation
7+
8+
* remove emails ([#10](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/issues/10)) ([06889bb](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/commit/06889bb06edbebf482746d88353bf38f27044f8b))
9+
* repo URL ([#8](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/issues/8)) ([eb6f3da](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/commit/eb6f3da1ecc394d5c186582b9792743dcb1b3122))
10+
311
## [0.1.2](https://github.com/snakemake/snakemake-scheduler-plugin-firstfit/compare/v0.1.1...v0.1.2) (2025-10-20)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "snakemake-scheduler-plugin-firstfit"
33
requires-python = ">=3.11,<4.0"
4-
version = "0.1.2"
4+
version = "0.1.3"
55
dependencies = [ "snakemake >=9.13.2,<10", "snakemake-interface-common>=1.22.0,<2", "snakemake-interface-scheduler-plugins>=2.0.2,<3",]
66
authors = [
77
{name = "Filipe G. Vieira"},

0 commit comments

Comments
 (0)