Skip to content

Commit 2d68e7d

Browse files
chore(main): release 0.1.1 (#9)
1 parent f8d0744 commit 2d68e7d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/compare/v0.1.0...v0.1.1) (2024-03-25)
4+
5+
6+
### Documentation
7+
8+
* improved documentation ([#8](https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/issues/8)) ([f8d0744](https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/commit/f8d07440cd4a40d5eca00c35f1d094694681e5cf))
9+
310
## 0.1.0 (2024-03-23)
411

512

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "snakemake-executor-plugin-htcondor"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A Snakemake executor plugin for submitting jobs to a HTCondor cluster."
99
authors = [ "Jannis Speer <[email protected]>",]
1010
readme = "README.md"

0 commit comments

Comments
 (0)