Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#53)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.1.1](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](#52))
([099e87f](099e87f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 20, 2024
1 parent 099e87f commit d6d1bae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit d6d1bae

Please sign in to comment.