From 9b5fbf68103318cb158d5d55d8704e03b1020bae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:54:59 +0000 Subject: [PATCH] chore: release 0.9.0 Automatically generated by python-semantic-release [skip ci] --- CHANGELOG.md | 23 +++++++++++++++++++++-- src/oaipmh_scythe/__about__.py | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4543d..84ebccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,28 @@ 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.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-11-18) + +### Features + +- add context manager to scythe class (#144) ([`d660f77`](https://github.com/afuetterer/oaipmh-scythe/commit/d660f77715b35a847828929b63373f9a759d5a59)) + +### Performance improvements + +- set up internal httpx.Client (#140) ([`969e868`](https://github.com/afuetterer/oaipmh-scythe/commit/969e868ab844be62db0fadef2326aa51d6682a58)) + +### Documentation + +- **readme:** add similar projects section ([`f45781f`](https://github.com/afuetterer/oaipmh-scythe/commit/f45781f405b5122507ef92d0f0e679c7709d5bc8)) +- **readme:** add acknowledgments section ([`20ecd64`](https://github.com/afuetterer/oaipmh-scythe/commit/20ecd641831a7a4dcd457726490c5c5591d022a1)) +- **readme:** add short descriptions of requirements ([`a573150`](https://github.com/afuetterer/oaipmh-scythe/commit/a573150ff8d16c14c2d4271b912387172f0225cd)) +- remove outdated credits page ([`47c80e8`](https://github.com/afuetterer/oaipmh-scythe/commit/47c80e8fbd99281193a175dcd2c905a1ff0bfb8b)) +- rename api docs page to client ([`cf77d57`](https://github.com/afuetterer/oaipmh-scythe/commit/cf77d5757e1a8a4ddfecb3c22fba01dfddf3bd79)) +- change breaking changes heading (#138) ([`69a8572`](https://github.com/afuetterer/oaipmh-scythe/commit/69a8572345a2f582ad6ec01a434df5dfc327f037)) + ## [0.8.0](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.0...0.8.0) (2023-11-16) Note: Rename project to oaipmh-scythe when forking it from [mloesch/sickle](https://github.com/mloesch/sickle) to @@ -127,4 +146,4 @@ Note: Rename project to oaipmh-scythe when forking it from [mloesch/sickle](http ## 0.1.0 (2013-02-20) -First public release. +First public release. \ No newline at end of file diff --git a/src/oaipmh_scythe/__about__.py b/src/oaipmh_scythe/__about__.py index 777f190..3e2f46a 100644 --- a/src/oaipmh_scythe/__about__.py +++ b/src/oaipmh_scythe/__about__.py @@ -1 +1 @@ -__version__ = "0.8.0" +__version__ = "0.9.0"