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 Jul 3, 2024
1 parent f948d6b commit 434bad8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ 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/python-re3data/compare/0.7.0...main)
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.8.0...main)

## [0.8.0](https://github.com/afuetterer/python-re3data/compare/0.7.0...0.8.0) (2024-07-03)

### Features

- add return_type json (#156) ([`f948d6b`](https://github.com/afuetterer/python-re3data/commit/f948d6bef533314327394dbaa250a8518af6b248))
- add return_type dict (#153) ([`5894329`](https://github.com/afuetterer/python-re3data/commit/5894329ed52fb014ca4d08a0941e71a66146d446))

## [0.7.0](https://github.com/afuetterer/python-re3data/compare/0.6.0...0.7.0) (2024-07-03)

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ identifiers:
- description: This is the collection of archived snapshots of all versions of python-re3data
type: doi
value: 10.5281/zenodo.11264510
version: 0.7.0
version: 0.8.0
date-released: 2024-07-03
2 changes: 1 addition & 1 deletion src/re3data/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: MIT

__version__ = "0.7.0"
__version__ = "0.8.0"

0 comments on commit 434bad8

Please sign in to comment.