From 219de78a00b9c5e54ee68fafdd5bf7be9ddec36e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:24:27 +0000 Subject: [PATCH] chore: release 0.9.0 Automatically generated by python-semantic-release [skip ci] --- CHANGELOG.md | 5 ++++- src/oaipmh_scythe/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76af754..6f086d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. -## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.8.0...main) +## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.9.0...main) + ## [0.9.0](https://github.com/afuetterer/oaipmh-scythe/compare/0.8.0...0.9.0) (2023-10-27) + ### Feature + * feat: publish ([`fd092f0`](https://github.com/afuetterer/oaipmh-scythe/commit/fd092f0d39b2d24d3a6530ccf453cea7ead26fd0)) ## [0.8.0](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.1...0.8.0) (2023-10-27) ### Feature * feat: psr ([`a8cf066`](https://github.com/afuetterer/oaipmh-scythe/commit/a8cf06607a2f29bfff3d56ef7a62d282da0be5d3)) diff --git a/src/oaipmh_scythe/__init__.py b/src/oaipmh_scythe/__init__.py index 99100ba..b989b5f 100644 --- a/src/oaipmh_scythe/__init__.py +++ b/src/oaipmh_scythe/__init__.py @@ -12,4 +12,4 @@ "OAIResponse", ] -__version__ = "0.8.0" +__version__ = "0.9.0"