File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.2] ( https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/compare/v0.1.1...v0.1.2 ) (2024-03-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * logger messages ([ 5b66926] ( https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/commit/5b6692668ac54b5267c35856f6de3503c43c22e5 ) )
9
+
3
10
## [ 0.1.1] ( https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/compare/v0.1.0...v0.1.1 ) (2024-03-25)
4
11
5
12
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " snakemake-executor-plugin-htcondor"
7
- version = " 0.1.1 "
7
+ version = " 0.1.2 "
8
8
description = " A Snakemake executor plugin for submitting jobs to a HTCondor cluster."
9
9
authors = [
" Jannis Speer <[email protected] >" ,]
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments