Skip to content

Commit

Permalink
chore: release 0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release [skip ci]
  • Loading branch information
github-actions[bot] committed Oct 27, 2023
1 parent fd092f0 commit 219de78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/oaipmh_scythe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"OAIResponse",
]

__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 219de78

Please sign in to comment.