File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55This 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
Original file line number Diff line number Diff 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
2424date-released : 2024-07-03
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- __version__ = "0.7 .0"
5+ __version__ = "0.8 .0"
You can’t perform that action at this time.
0 commit comments