From d1eaa73d32dad64270264610aa3ec00cd6f3ea10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:38:33 +0000 Subject: [PATCH] chore: release 0.11.0 Automatically generated by python-semantic-release [skip ci] --- CHANGELOG.md | 20 +++++++++++++++++++- CITATION.cff | 4 ++-- src/oaipmh_scythe/__about__.py | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5c90a..dab737c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,24 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. -## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.10.0...main) +## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.11.0...main) + + + +## [0.11.0](https://github.com/afuetterer/oaipmh-scythe/compare/0.10.0...0.11.0) (2024-01-25) + +### Features + +- set up logging of http requests (#250) ([`3df5ba1`](https://github.com/afuetterer/oaipmh-scythe/commit/3df5ba1c3247b38bc8fa0414b070296fc309a5ef)) + +### Documentation + +- update python version in contributor guide (#248) ([`81366d8`](https://github.com/afuetterer/oaipmh-scythe/commit/81366d8ffa25eceec5c18fa487a4705ccbb58d6a)) +- **readme:** add pypi downloads badge to readme (#243) ([`1f87b18`](https://github.com/afuetterer/oaipmh-scythe/commit/1f87b18913f4ffc3c97303f41b577f402eabece7)) +- add initial citation.cff (#240) ([`135a433`](https://github.com/afuetterer/oaipmh-scythe/commit/135a4332bd7f0d0ae79406990a6d2e095618dd4f)) +- **readme:** add pypi package information to readme (#237) ([`ada4dcf`](https://github.com/afuetterer/oaipmh-scythe/commit/ada4dcfc84b1a7591098fb343f30815aa7efa7e6)) +- **readme:** add minor improvements to readme (#234) ([`9871491`](https://github.com/afuetterer/oaipmh-scythe/commit/9871491c065d9b98c06c71f83df7ae3e1fed2fa0)) +- make urls in docstrings clickable (#233) ([`55bf699`](https://github.com/afuetterer/oaipmh-scythe/commit/55bf699998483e6b43908242bc59dc7834bcb977)) ## [0.10.0](https://github.com/afuetterer/oaipmh-scythe/compare/0.9.0...0.10.0) (2024-01-22) @@ -36,6 +53,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - add more alternatives (#192) ([`5062a38`](https://github.com/afuetterer/oaipmh-scythe/commit/5062a3887fe5c72c44c918dab8d5ccc3e534e8e8)) - add full changelog to release notes (#149) ([`19a98f5`](https://github.com/afuetterer/oaipmh-scythe/commit/19a98f5e498016989e506bfa29384143dfc3c781)) + ## [0.9.0](https://github.com/afuetterer/oaipmh-scythe/compare/0.8.0...0.9.0) (2023-11-18) ### Features diff --git a/CITATION.cff b/CITATION.cff index 04ccaaa..ffb611b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,5 +14,5 @@ keywords: - metadata - oai-pmh - oai-pmh-client -version: 0.10.0 -date-released: 2024-01-22 +version: 0.11.0 +date-released: 2024-01-25 diff --git a/src/oaipmh_scythe/__about__.py b/src/oaipmh_scythe/__about__.py index 61fb31c..ae6db5f 100644 --- a/src/oaipmh_scythe/__about__.py +++ b/src/oaipmh_scythe/__about__.py @@ -1 +1 @@ -__version__ = "0.10.0" +__version__ = "0.11.0"