From e979934ad274551c17d95784a67ef7edd3c9951d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:59:28 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f38cd..e95be54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/snakemake/snakemake-storage-plugin-irods/compare/v0.1.2...v0.2.0) (2024-06-13) + + +### Features + +* Add SSL/TLS support ([#3](https://github.com/snakemake/snakemake-storage-plugin-irods/issues/3)) ([dbaf8cf](https://github.com/snakemake/snakemake-storage-plugin-irods/commit/dbaf8cf8936374c5a14bb7178d3434eb7078c883)) + ## [0.1.2](https://github.com/snakemake/snakemake-storage-plugin-irods/compare/v0.1.1...v0.1.2) (2024-03-07) diff --git a/pyproject.toml b/pyproject.toml index 700db13..4b945f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-storage-plugin-irods" -version = "0.1.2" +version = "0.2.0" description = "A Snakemake plugin for handling input and output on iRODS" authors = [ "Oliver Stolpe ",