From f8553a8bed48b378128cbd9f27c6a5bc724c8854 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:06:23 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83e523..e305ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/snakemake/snakemake-storage-plugin-gcs/compare/v1.1.0...v1.1.1) (2024-08-19) + + +### Bug Fixes + +* allow both gs:// and gcs:// as query scheme; internally normalize to gs:// for compatibility with google cloud tools ([#52](https://github.com/snakemake/snakemake-storage-plugin-gcs/issues/52)) ([099e87f](https://github.com/snakemake/snakemake-storage-plugin-gcs/commit/099e87fcf47e59b5e911f72f50ca3c94aed7444f)) + ## [1.1.0](https://github.com/snakemake/snakemake-storage-plugin-gcs/compare/v1.0.0...v1.1.0) (2024-08-19) diff --git a/pyproject.toml b/pyproject.toml index 5bd15a5..3f5a449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-storage-plugin-gcs" -version = "1.1.0" +version = "1.1.1" description = "A Snakemake storage plugin for Google Cloud Storage" authors = [ "Vanessa Sochat ",