Skip to content

Commit 434bad8

Browse files
chore: release 0.8.0
Automatically generated by python-semantic-release [skip ci]
1 parent f948d6b commit 434bad8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See
66
[conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.
77

8-
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.7.0...main)
8+
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.8.0...main)
9+
10+
## [0.8.0](https://github.com/afuetterer/python-re3data/compare/0.7.0...0.8.0) (2024-07-03)
11+
12+
### Features
13+
14+
- add return_type json (#156) ([`f948d6b`](https://github.com/afuetterer/python-re3data/commit/f948d6bef533314327394dbaa250a8518af6b248))
15+
- add return_type dict (#153) ([`5894329`](https://github.com/afuetterer/python-re3data/commit/5894329ed52fb014ca4d08a0941e71a66146d446))
916

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

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ identifiers:
2020
- description: This is the collection of archived snapshots of all versions of python-re3data
2121
type: doi
2222
value: 10.5281/zenodo.11264510
23-
version: 0.7.0
23+
version: 0.8.0
2424
date-released: 2024-07-03

src/re3data/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
__version__ = "0.7.0"
5+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)