Skip to content

Commit

Permalink
chore: release 0.8.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 1706597 commit 7310a6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ 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.7.1...main)
## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.8.0...main)

## [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))
### Fix
* fix: psr ([`1706597`](https://github.com/afuetterer/oaipmh-scythe/commit/1706597dd275f22a821e8710e08b681576f5ec20))
## [0.7.1](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.0...0.7.1) (2023-10-27)
### Documentation
* docs(readme): add license badge to readme ([`2446ba4`](https://github.com/afuetterer/oaipmh-scythe/commit/2446ba4a3bafc43412f828b773d49231fc2e69c2))
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.7.1"
__version__ = "0.8.0"

0 comments on commit 7310a6f

Please sign in to comment.